Html Css Color HEX #375325 Palm Leaf

📋 copy color: '#375325'

red 55 ◦ green 83 ◦ blue 37

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

Shades of Palm Leaf #375325

Tints of Palm Leaf #375325

RGB

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

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

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

R = 31.43%
G = 47.43%
B = 21.14%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.55

 K value IS 0.67

RGB Variations

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

Color information

#375325 (or 0x375325) is known color: Palm Leaf. HEX triplet: 37, 53 and 25. RGB value is (55,83,37). Sum of RGB (Red+Green+Blue) = 55+83+37=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 83 (32.81% from 255 or 47.43% from 175); Blue value is 37 (14.84% from 255 or 21.14% from 175); Max value from RGB is 83 - color contains mainly: green. Hex color #375325 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375325 is #C8ACDA. Grayscale: #454545. Windows color (decimal): -13151451 or 2446135. OLE color: 2446135.

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

Color convert

RGB 55 83 37 -
CMYK 0.34 0 0.55 0.67
HSL 96.52º 0.38% 0.24% -
HSV(B) 96.52º 0.55% 0.33% -
XYZ 5 7.13 2.86 -
YUV 69.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 55 83 37 0.34 0 0.55 0.67 96.52 0.38 0.24
Hex 37 53 25 22 0 37 43 61 26 18
Octal 67 123 45 42 0 67 103 141 46 30
Binary 110111 1010011 100101 100010 0 110111 1000011 1100001 100110 11000

Color Harmonies of #375325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375325

Black with #375325

Text Example


Text Example

White with #375325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375325; }

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

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

background-color css

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

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

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

border-color css

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

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

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