Html Css Color HEX #375527 Palm Leaf

📋 copy color: '#375527'

red 55 ◦ green 85 ◦ blue 39

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

Shades of Palm Leaf #375527

Tints of Palm Leaf #375527

RGB

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

 GREEN value IS 85 (33.59% from 255) = 47.49%

 BLUE value IS 39 (15.63% from 255) = 21.79%

R = 30.73%
G = 47.49%
B = 21.79%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.54

 K value IS 0.67

RGB Variations

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

Color information

#375527 (or 0x375527) is known color: Palm Leaf. HEX triplet: 37, 55 and 27. RGB value is (55,85,39). Sum of RGB (Red+Green+Blue) = 55+85+39=179 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.73% from 179); Green value is 85 (33.59% from 255 or 47.49% from 179); Blue value is 39 (15.62% from 255 or 21.79% from 179); Max value from RGB is 85 - color contains mainly: green. Hex color #375527 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375527 is #C8AAD8. Grayscale: #464646. Windows color (decimal): -13150937 or 2577719. OLE color: 2577719.

HSL color Cylindrical-coordinate representation of color #375527: hue angle of 99.13º degrees, saturation: 0.37, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #375527 is Cyan = 0.35, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 85 39 -
CMYK 0.35 0 0.54 0.67
HSL 99.13º 0.37% 0.24% -
HSV(B) 99.13º 0.54% 0.33% -
XYZ 5.19 7.46 3.08 -
YUV 70.79 110.06 116.74 -
System Red Green Blue C M Y K H S L
Decimal 55 85 39 0.35 0 0.54 0.67 99.13 0.37 0.24
Hex 37 55 27 23 0 36 43 63 25 18
Octal 67 125 47 43 0 66 103 143 45 30
Binary 110111 1010101 100111 100011 0 110110 1000011 1100011 100101 11000

Color Harmonies of #375527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375527

Black with #375527

Text Example


Text Example

White with #375527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375527; }

 p { color: rgb(55,85,39); }

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

background-color css

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

 a { background-color: rgb(55,85,39); }

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

border-color css

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

 span { border-color: rgb(55,85,39); }

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