Html Css Color HEX #375425 Palm Leaf

📋 copy color: '#375425'

red 55 ◦ green 84 ◦ blue 37

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

Shades of Palm Leaf #375425

Tints of Palm Leaf #375425

RGB

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

 GREEN value IS 84 (33.2% from 255) = 47.73%

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

R = 31.25%
G = 47.73%
B = 21.02%

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

#375425 (or 0x375425) is known color: Palm Leaf. HEX triplet: 37, 54 and 25. RGB value is (55,84,37). Sum of RGB (Red+Green+Blue) = 55+84+37=176 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.25% from 176); Green value is 84 (33.20% from 255 or 47.73% from 176); Blue value is 37 (14.84% from 255 or 21.02% from 176); Max value from RGB is 84 - color contains mainly: green. Hex color #375425 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375425 is #C8ABDA. Grayscale: #464646. Windows color (decimal): -13151195 or 2446391. OLE color: 2446391.

HSL color Cylindrical-coordinate representation of color #375425: hue angle of 97.02º 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 #375425 is Cyan = 0.35, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB 55 84 37 -
CMYK 0.35 0 0.56 0.67
HSL 97.02º 0.39% 0.24% -
HSV(B) 97.02º 0.56% 0.33% -
XYZ 5.08 7.29 2.89 -
YUV 69.97 109.39 117.32 -
System Red Green Blue C M Y K H S L
Decimal 55 84 37 0.35 0 0.56 0.67 97.02 0.39 0.24
Hex 37 54 25 23 0 38 43 61 27 18
Octal 67 124 45 43 0 70 103 141 47 30
Binary 110111 1010100 100101 100011 0 111000 1000011 1100001 100111 11000

Color Harmonies of #375425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375425

Black with #375425

Text Example


Text Example

White with #375425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375425; }

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

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

background-color css

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

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

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

border-color css

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

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

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