Html Css Color HEX #349612 La Palma

📋 copy color: '#349612'

red 52 ◦ green 150 ◦ blue 18

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

Shades of La Palma #349612

Tints of La Palma #349612

RGB

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

 GREEN value IS 150 (58.98% from 255) = 68.18%

 BLUE value IS 18 (7.42% from 255) = 8.18%

R = 23.64%
G = 68.18%
B = 8.18%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.41

RGB Variations

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

Color information

#349612 (or 0x349612) is known color: La Palma. HEX triplet: 34, 96 and 12. RGB value is (52,150,18). Sum of RGB (Red+Green+Blue) = 52+150+18=220 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.64% from 220); Green value is 150 (58.98% from 255 or 68.18% from 220); Blue value is 18 (7.42% from 255 or 8.18% from 220); Max value from RGB is 150 - color contains mainly: green. Hex color #349612 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349612 is #CB69ED. Grayscale: #6A6A6A. Windows color (decimal): -13330926 or 1218100. OLE color: 1218100.

HSL color Cylindrical-coordinate representation of color #349612: hue angle of 104.55º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #349612 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.41.

Color convert

RGB 52 150 18 -
CMYK 0.65 0 0.88 0.41
HSL 104.55º 0.79% 0.33% -
HSV(B) 104.55º 0.88% 0.59% -
XYZ 12.43 22.59 4.28 -
YUV 105.65 78.53 89.73 -
System Red Green Blue C M Y K H S L
Decimal 52 150 18 0.65 0 0.88 0.41 104.55 0.79 0.33
Hex 34 96 12 41 0 58 29 69 4F 21
Octal 64 226 22 101 0 130 51 151 117 41
Binary 110100 10010110 10010 1000001 0 1011000 101001 1101001 1001111 100001

Color Harmonies of #349612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349612

Black with #349612

Text Example


Text Example

White with #349612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349612; }

 p { color: rgb(52,150,18); }

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

background-color css

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

 a { background-color: rgb(52,150,18); }

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

border-color css

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

 span { border-color: rgb(52,150,18); }

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