Html Css Color HEX #33950C La Palma

📋 copy color: '#33950C'

red 51 ◦ green 149 ◦ blue 12

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

Shades of La Palma #33950C

Tints of La Palma #33950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 70.28%

 BLUE value IS 12 (5.08% from 255) = 5.66%

R = 24.06%
G = 70.28%
B = 5.66%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#33950C (or 0x33950C) is known color: La Palma. HEX triplet: 33, 95 and 0C. RGB value is (51,149,12). Sum of RGB (Red+Green+Blue) = 51+149+12=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 149 (58.59% from 255 or 70.28% from 212); Blue value is 12 (5.08% from 255 or 5.66% from 212); Max value from RGB is 149 - color contains mainly: green. Hex color #33950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #33950C is #CC6AF3. Grayscale: #686868. Windows color (decimal): -13396724 or 824627. OLE color: 824627.

HSL color Cylindrical-coordinate representation of color #33950C: hue angle of 102.92º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33950C is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 51 149 12 -
CMYK 0.66 0 0.92 0.42
HSL 102.92º 0.85% 0.32% -
HSV(B) 102.92º 0.92% 0.58% -
XYZ 12.18 22.23 4 -
YUV 104.08 76.03 90.14 -
System Red Green Blue C M Y K H S L
Decimal 51 149 12 0.66 0 0.92 0.42 102.92 0.85 0.32
Hex 33 95 C 42 0 5C 2A 67 55 20
Octal 63 225 14 102 0 134 52 147 125 40
Binary 110011 10010101 1100 1000010 0 1011100 101010 1100111 1010101 100000

Color Harmonies of #33950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33950C

Black with #33950C

Text Example


Text Example

White with #33950C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33950C; }

 p { color: rgb(51,149,12); }

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

background-color css

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

 a { background-color: rgb(51,149,12); }

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

border-color css

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

 span { border-color: rgb(51,149,12); }

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