Html Css Color HEX #349812 La Palma

📋 copy color: '#349812'

red 52 ◦ green 152 ◦ blue 18

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

Shades of La Palma #349812

Tints of La Palma #349812

RGB

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

 GREEN value IS 152 (59.77% from 255) = 68.47%

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

R = 23.42%
G = 68.47%
B = 8.11%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.40

RGB Variations

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

Color information

#349812 (or 0x349812) is known color: La Palma. HEX triplet: 34, 98 and 12. RGB value is (52,152,18). Sum of RGB (Red+Green+Blue) = 52+152+18=222 (29% of max value = 765). Red value is 52 (20.70% from 255 or 23.42% from 222); Green value is 152 (59.77% from 255 or 68.47% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 152 - color contains mainly: green. Hex color #349812 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #349812 is #CB67ED. Grayscale: #6B6B6B. Windows color (decimal): -13330414 or 1218612. OLE color: 1218612.

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

Color convert

RGB 52 152 18 -
CMYK 0.66 0 0.88 0.40
HSL 104.78º 0.79% 0.33% -
HSV(B) 104.78º 0.88% 0.6% -
XYZ 12.75 23.23 4.38 -
YUV 106.82 77.87 88.9 -
System Red Green Blue C M Y K H S L
Decimal 52 152 18 0.66 0 0.88 0.40 104.78 0.79 0.33
Hex 34 98 12 42 0 58 28 69 4F 21
Octal 64 230 22 102 0 130 50 151 117 41
Binary 110100 10011000 10010 1000010 0 1011000 101000 1101001 1001111 100001

Color Harmonies of #349812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #349812

Black with #349812

Text Example


Text Example

White with #349812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #349812; }

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

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

background-color css

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

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

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

border-color css

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

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

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