Html Css Color HEX #349422 La Palma

📋 copy color: '#349422'

red 52 ◦ green 148 ◦ blue 34

#349422
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Palma #349422

Tints of La Palma #349422

RGB

 RED value IS 52 (20.7% from 255) = 22.22%

 GREEN value IS 148 (58.2% from 255) = 63.25%

 BLUE value IS 34 (13.67% from 255) = 14.53%

R = 22.22%
G = 63.25%
B = 14.53%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.77

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#349422 (or 0x349422) is known color: La Palma. HEX triplet: 34, 94 and 22. RGB value is (52,148,34). Sum of RGB (Red+Green+Blue) = 52+148+34=234 (30% of max value = 765). Red value is 52 (20.70% from 255 or 22.22% from 234); Green value is 148 (58.20% from 255 or 63.25% from 234); Blue value is 34 (13.67% from 255 or 14.53% from 234); Max value from RGB is 148 - color contains mainly: green. Hex color #349422 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #349422 is #CB6BDD. Grayscale: #6A6A6A. Windows color (decimal): -13331422 or 2266164. OLE color: 2266164.

HSL color Cylindrical-coordinate representation of color #349422: hue angle of 110.53º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #349422 is Cyan = 0.65, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB 52 148 34 -
CMYK 0.65 0 0.77 0.42
HSL 110.53º 0.63% 0.36% -
HSV(B) 110.53º 0.77% 0.58% -
XYZ 12.29 22.03 5.12 -
YUV 106.3 87.2 89.27 -
System Red Green Blue C M Y K H S L
Decimal 52 148 34 0.65 0 0.77 0.42 110.53 0.63 0.36
Hex 34 94 22 41 0 4D 2A 6F 3F 24
Octal 64 224 42 101 0 115 52 157 77 44
Binary 110100 10010100 100010 1000001 0 1001101 101010 1101111 111111 100100

Color Harmonies of #349422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349422

Black with #349422

Text Example


Text Example

White with #349422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349422; }

 p { color: rgb(52,148,34); }

 H1.HeaderClassName
 {
   color: #349422;
 }
 .AnyTagClassName
 {
   color: #349422;
 }
</style>

background-color css

<style>
 a { background-color: #349422; }

 a { background-color: rgb(52,148,34); }

 div.DivClassName
 {
   background-color: #349422;
 }
 .BgClassName
 {
   background-color: #349422;
 }
</style>

border-color css

<style>
 span { border-color: #349422; }

 span { border-color: rgb(52,148,34); }

 td.TdClassName
 {
   border-color: #349422;
 }
 .TagClassName
 {
   border-color: #349422;
 }
</style>