Html Css Color HEX #33531B Palm Leaf

📋 copy color: '#33531B'

red 51 ◦ green 83 ◦ blue 27

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

Shades of Palm Leaf #33531B

Tints of Palm Leaf #33531B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 16.77%

R = 31.68%
G = 51.55%
B = 16.77%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.67

 K value IS 0.67

RGB Variations

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

Color information

#33531B (or 0x33531B) is known color: Palm Leaf. HEX triplet: 33, 53 and 1B. RGB value is (51,83,27). Sum of RGB (Red+Green+Blue) = 51+83+27=161 (21% of max value = 765). Red value is 51 (20.31% from 255 or 31.68% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 27 (10.94% from 255 or 16.77% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #33531B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33531B is #CCACE4. Grayscale: #434343. Windows color (decimal): -13413605 or 1790771. OLE color: 1790771.

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

Color convert

RGB 51 83 27 -
CMYK 0.39 0 0.67 0.67
HSL 94.29º 0.51% 0.22% -
HSV(B) 94.29º 0.67% 0.33% -
XYZ 4.66 6.97 2.14 -
YUV 67.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 51 83 27 0.39 0 0.67 0.67 94.29 0.51 0.22
Hex 33 53 1B 27 0 43 43 5E 33 16
Octal 63 123 33 47 0 103 103 136 63 26
Binary 110011 1010011 11011 100111 0 1000011 1000011 1011110 110011 10110

Color Harmonies of #33531B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33531B

Black with #33531B

Text Example


Text Example

White with #33531B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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