Html Css Color HEX #375530 Palm Leaf

📋 copy color: '#375530'

red 55 ◦ green 85 ◦ blue 48

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

Shades of Palm Leaf #375530

Tints of Palm Leaf #375530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 25.53%

R = 29.26%
G = 45.21%
B = 25.53%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#375530 (or 0x375530) is known color: Palm Leaf. HEX triplet: 37, 55 and 30. RGB value is (55,85,48). Sum of RGB (Red+Green+Blue) = 55+85+48=188 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.26% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 48 (19.14% from 255 or 25.53% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #375530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375530 is #C8AACF. Grayscale: #474747. Windows color (decimal): -13150928 or 3167543. OLE color: 3167543.

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

Color convert

RGB 55 85 48 -
CMYK 0.35 0 0.44 0.67
HSL 108.65º 0.28% 0.26% -
HSV(B) 108.65º 0.44% 0.33% -
XYZ 5.36 7.52 3.97 -
YUV 71.81 114.56 116.01 -
System Red Green Blue C M Y K H S L
Decimal 55 85 48 0.35 0 0.44 0.67 108.65 0.28 0.26
Hex 37 55 30 23 0 2C 43 6D 1C 1A
Octal 67 125 60 43 0 54 103 155 34 32
Binary 110111 1010101 110000 100011 0 101100 1000011 1101101 11100 11010

Color Harmonies of #375530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375530

Black with #375530

Text Example


Text Example

White with #375530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375530; }

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

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

background-color css

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

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

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

border-color css

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

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

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