Html Css Color HEX #339412 La Palma

📋 copy color: '#339412'

red 51 ◦ green 148 ◦ blue 18

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

Shades of La Palma #339412

Tints of La Palma #339412

RGB

 RED value IS 51 (20.31% from 255) = 23.5%

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

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

R = 23.5%
G = 68.2%
B = 8.29%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#339412 (or 0x339412) is known color: La Palma. HEX triplet: 33, 94 and 12. RGB value is (51,148,18). Sum of RGB (Red+Green+Blue) = 51+148+18=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 148 (58.20% from 255 or 68.20% from 217); Blue value is 18 (7.42% from 255 or 8.29% from 217); Max value from RGB is 148 - color contains mainly: green. Hex color #339412 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339412 is #CC6BED. Grayscale: #686868. Windows color (decimal): -13396974 or 1217587. OLE color: 1217587.

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

Color convert

RGB 51 148 18 -
CMYK 0.66 0 0.88 0.42
HSL 104.77º 0.78% 0.33% -
HSV(B) 104.77º 0.88% 0.58% -
XYZ 12.06 21.93 4.17 -
YUV 104.18 79.36 90.07 -
System Red Green Blue C M Y K H S L
Decimal 51 148 18 0.66 0 0.88 0.42 104.77 0.78 0.33
Hex 33 94 12 42 0 58 2A 69 4E 21
Octal 63 224 22 102 0 130 52 151 116 41
Binary 110011 10010100 10010 1000010 0 1011000 101010 1101001 1001110 100001

Color Harmonies of #339412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339412

Black with #339412

Text Example


Text Example

White with #339412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339412; }

 p { color: rgb(51,148,18); }

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

background-color css

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

 a { background-color: rgb(51,148,18); }

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

border-color css

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

 span { border-color: rgb(51,148,18); }

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