Html Css Color HEX #375133 Palm Leaf

📋 copy color: '#375133'

red 55 ◦ green 81 ◦ blue 51

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

Shades of Palm Leaf #375133

Tints of Palm Leaf #375133

RGB

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

 GREEN value IS 81 (32.03% from 255) = 43.32%

 BLUE value IS 51 (20.31% from 255) = 27.27%

R = 29.41%
G = 43.32%
B = 27.27%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.37

 K value IS 0.68

RGB Variations

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

Color information

#375133 (or 0x375133) is known color: Palm Leaf. HEX triplet: 37, 51 and 33. RGB value is (55,81,51). Sum of RGB (Red+Green+Blue) = 55+81+51=187 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.41% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 51 (20.31% from 255 or 27.27% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #375133 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375133 is #C8AECC. Grayscale: #454545. Windows color (decimal): -13151949 or 3363127. OLE color: 3363127.

HSL color Cylindrical-coordinate representation of color #375133: hue angle of 112º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #375133 is Cyan = 0.32, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.68.

Color convert

RGB 55 81 51 -
CMYK 0.32 0 0.37 0.68
HSL 112º 0.23% 0.26% -
HSV(B) 112º 0.37% 0.32% -
XYZ 5.12 6.94 4.2 -
YUV 69.81 117.39 117.44 -
System Red Green Blue C M Y K H S L
Decimal 55 81 51 0.32 0 0.37 0.68 112 0.23 0.26
Hex 37 51 33 20 0 25 44 70 17 1A
Octal 67 121 63 40 0 45 104 160 27 32
Binary 110111 1010001 110011 100000 0 100101 1000100 1110000 10111 11010

Color Harmonies of #375133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375133

Black with #375133

Text Example


Text Example

White with #375133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375133; }

 p { color: rgb(55,81,51); }

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

background-color css

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

 a { background-color: rgb(55,81,51); }

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

border-color css

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

 span { border-color: rgb(55,81,51); }

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