Html Css Color HEX #33582A Palm Leaf

📋 copy color: '#33582A'

red 51 ◦ green 88 ◦ blue 42

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

Shades of Palm Leaf #33582A

Tints of Palm Leaf #33582A

RGB

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

 GREEN value IS 88 (34.77% from 255) = 48.62%

 BLUE value IS 42 (16.8% from 255) = 23.2%

R = 28.18%
G = 48.62%
B = 23.2%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.52

 K value IS 0.65

RGB Variations

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

Color information

#33582A (or 0x33582A) is known color: Palm Leaf. HEX triplet: 33, 58 and 2A. RGB value is (51,88,42). Sum of RGB (Red+Green+Blue) = 51+88+42=181 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.18% from 181); Green value is 88 (34.77% from 255 or 48.62% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 88 - color contains mainly: green. Hex color #33582A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #33582A is #CCA7D5. Grayscale: #474747. Windows color (decimal): -13412310 or 2775091. OLE color: 2775091.

HSL color Cylindrical-coordinate representation of color #33582A: hue angle of 108.26º degrees, saturation: 0.35, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #33582A is Cyan = 0.42, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB 51 88 42 -
CMYK 0.42 0 0.52 0.65
HSL 108.26º 0.35% 0.25% -
HSV(B) 108.26º 0.52% 0.35% -
XYZ 5.27 7.85 3.43 -
YUV 71.69 111.24 113.24 -
System Red Green Blue C M Y K H S L
Decimal 51 88 42 0.42 0 0.52 0.65 108.26 0.35 0.25
Hex 33 58 2A 2A 0 34 41 6C 23 19
Octal 63 130 52 52 0 64 101 154 43 31
Binary 110011 1011000 101010 101010 0 110100 1000001 1101100 100011 11001

Color Harmonies of #33582A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33582A

Black with #33582A

Text Example


Text Example

White with #33582A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33582A; }

 p { color: rgb(51,88,42); }

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

background-color css

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

 a { background-color: rgb(51,88,42); }

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

border-color css

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

 span { border-color: rgb(51,88,42); }

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