Html Css Color HEX #375525 Palm Leaf

📋 copy color: '#375525'

red 55 ◦ green 85 ◦ blue 37

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

Shades of Palm Leaf #375525

Tints of Palm Leaf #375525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 20.9%

R = 31.07%
G = 48.02%
B = 20.9%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.56

 K value IS 0.67

RGB Variations

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

Color information

#375525 (or 0x375525) is known color: Palm Leaf. HEX triplet: 37, 55 and 25. RGB value is (55,85,37). Sum of RGB (Red+Green+Blue) = 55+85+37=177 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.07% from 177); Green value is 85 (33.59% from 255 or 48.02% from 177); Blue value is 37 (14.84% from 255 or 20.90% from 177); Max value from RGB is 85 - color contains mainly: green. Hex color #375525 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375525 is #C8AADA. Grayscale: #464646. Windows color (decimal): -13150939 or 2446647. OLE color: 2446647.

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

Color convert

RGB 55 85 37 -
CMYK 0.35 0 0.56 0.67
HSL 97.5º 0.39% 0.24% -
HSV(B) 97.5º 0.56% 0.33% -
XYZ 5.16 7.44 2.92 -
YUV 70.56 109.06 116.9 -
System Red Green Blue C M Y K H S L
Decimal 55 85 37 0.35 0 0.56 0.67 97.5 0.39 0.24
Hex 37 55 25 23 0 38 43 62 27 18
Octal 67 125 45 43 0 70 103 142 47 30
Binary 110111 1010101 100101 100011 0 111000 1000011 1100010 100111 11000

Color Harmonies of #375525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375525

Black with #375525

Text Example


Text Example

White with #375525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375525; }

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

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

background-color css

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

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

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

border-color css

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

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

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