Html Css Color HEX #33531C Palm Leaf

📋 copy color: '#33531C'

red 51 ◦ green 83 ◦ blue 28

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

Shades of Palm Leaf #33531C

Tints of Palm Leaf #33531C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 51.23%

 BLUE value IS 28 (11.33% from 255) = 17.28%

R = 31.48%
G = 51.23%
B = 17.28%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#33531C (or 0x33531C) is known color: Palm Leaf. HEX triplet: 33, 53 and 1C. RGB value is (51,83,28). Sum of RGB (Red+Green+Blue) = 51+83+28=162 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.48% from 162); Green value is 83 (32.81% from 255 or 51.23% from 162); Blue value is 28 (11.33% from 255 or 17.28% from 162); Max value from RGB is 83 - color contains mainly: green. Hex color #33531C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33531C is #CCACE3. Grayscale: #434343. Windows color (decimal): -13413604 or 1856307. OLE color: 1856307.

HSL color Cylindrical-coordinate representation of color #33531C: hue angle of 94.91º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33531C is Cyan = 0.39, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.67.

Color convert

RGB 51 83 28 -
CMYK 0.39 0 0.66 0.67
HSL 94.91º 0.5% 0.22% -
HSV(B) 94.91º 0.66% 0.33% -
XYZ 4.67 6.97 2.2 -
YUV 67.16 105.9 116.47 -
System Red Green Blue C M Y K H S L
Decimal 51 83 28 0.39 0 0.66 0.67 94.91 0.5 0.22
Hex 33 53 1C 27 0 42 43 5F 32 16
Octal 63 123 34 47 0 102 103 137 62 26
Binary 110011 1010011 11100 100111 0 1000010 1000011 1011111 110010 10110

Color Harmonies of #33531C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33531C

Black with #33531C

Text Example


Text Example

White with #33531C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,83,28); }

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

background-color css

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

 a { background-color: rgb(51,83,28); }

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

border-color css

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

 span { border-color: rgb(51,83,28); }

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