Html Css Color HEX #339012 La Palma

📋 copy color: '#339012'

red 51 ◦ green 144 ◦ blue 18

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

Shades of La Palma #339012

Tints of La Palma #339012

RGB

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

 GREEN value IS 144 (56.64% from 255) = 67.61%

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

R = 23.94%
G = 67.61%
B = 8.45%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#339012 (or 0x339012) is known color: La Palma. HEX triplet: 33, 90 and 12. RGB value is (51,144,18). Sum of RGB (Red+Green+Blue) = 51+144+18=213 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.94% from 213); Green value is 144 (56.64% from 255 or 67.61% from 213); Blue value is 18 (7.42% from 255 or 8.45% from 213); Max value from RGB is 144 - color contains mainly: green. Hex color #339012 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #339012 is #CC6FED. Grayscale: #666666. Windows color (decimal): -13397998 or 1216563. OLE color: 1216563.

HSL color Cylindrical-coordinate representation of color #339012: hue angle of 104.29º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #339012 is Cyan = 0.65, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 51 144 18 -
CMYK 0.65 0 0.88 0.44
HSL 104.29º 0.78% 0.32% -
HSV(B) 104.29º 0.88% 0.56% -
XYZ 11.45 20.69 3.96 -
YUV 101.83 80.69 91.75 -
System Red Green Blue C M Y K H S L
Decimal 51 144 18 0.65 0 0.88 0.44 104.29 0.78 0.32
Hex 33 90 12 41 0 58 2C 68 4E 20
Octal 63 220 22 101 0 130 54 150 116 40
Binary 110011 10010000 10010 1000001 0 1011000 101100 1101000 1001110 100000

Color Harmonies of #339012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #339012

Black with #339012

Text Example


Text Example

White with #339012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #339012; }

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

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

background-color css

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

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

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

border-color css

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

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

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