Html Css Color HEX #375229 Palm Leaf

📋 copy color: '#375229'

red 55 ◦ green 82 ◦ blue 41

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

Shades of Palm Leaf #375229

Tints of Palm Leaf #375229

RGB

 RED value IS 55 (21.88% from 255) = 30.9%

 GREEN value IS 82 (32.42% from 255) = 46.07%

 BLUE value IS 41 (16.41% from 255) = 23.03%

R = 30.9%
G = 46.07%
B = 23.03%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.50

 K value IS 0.68

RGB Variations

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

Color information

#375229 (or 0x375229) is known color: Palm Leaf. HEX triplet: 37, 52 and 29. RGB value is (55,82,41). Sum of RGB (Red+Green+Blue) = 55+82+41=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 82 (32.42% from 255 or 46.07% from 178); Blue value is 41 (16.41% from 255 or 23.03% from 178); Max value from RGB is 82 - color contains mainly: green. Hex color #375229 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375229 is #C8ADD6. Grayscale: #454545. Windows color (decimal): -13151703 or 2708023. OLE color: 2708023.

HSL color Cylindrical-coordinate representation of color #375229: hue angle of 99.51º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #375229 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 82 41 -
CMYK 0.33 0 0.50 0.68
HSL 99.51º 0.33% 0.24% -
HSV(B) 99.51º 0.5% 0.32% -
XYZ 4.99 7.01 3.19 -
YUV 69.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 55 82 41 0.33 0 0.50 0.68 99.51 0.33 0.24
Hex 37 52 29 21 0 32 44 64 21 18
Octal 67 122 51 41 0 62 104 144 41 30
Binary 110111 1010010 101001 100001 0 110010 1000100 1100100 100001 11000

Color Harmonies of #375229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375229

Black with #375229

Text Example


Text Example

White with #375229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375229; }

 p { color: rgb(55,82,41); }

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

background-color css

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

 a { background-color: rgb(55,82,41); }

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

border-color css

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

 span { border-color: rgb(55,82,41); }

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