Html Css Color HEX #37502E Palm Leaf

📋 copy color: '#37502E'

red 55 ◦ green 80 ◦ blue 46

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

Shades of Palm Leaf #37502E

Tints of Palm Leaf #37502E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 44.2%

 BLUE value IS 46 (18.36% from 255) = 25.41%

R = 30.39%
G = 44.2%
B = 25.41%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#37502E (or 0x37502E) is known color: Palm Leaf. HEX triplet: 37, 50 and 2E. RGB value is (55,80,46). Sum of RGB (Red+Green+Blue) = 55+80+46=181 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.39% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 46 (18.36% from 255 or 25.41% from 181); Max value from RGB is 80 - color contains mainly: green. Hex color #37502E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #37502E is #C8AFD1. Grayscale: #444444. Windows color (decimal): -13152210 or 3035191. OLE color: 3035191.

HSL color Cylindrical-coordinate representation of color #37502E: hue angle of 104.12º degrees, saturation: 0.27, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #37502E is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 46 -
CMYK 0.31 0 0.42 0.69
HSL 104.12º 0.27% 0.25% -
HSV(B) 104.12º 0.43% 0.31% -
XYZ 4.94 6.75 3.63 -
YUV 68.65 115.22 118.26 -
System Red Green Blue C M Y K H S L
Decimal 55 80 46 0.31 0 0.42 0.69 104.12 0.27 0.25
Hex 37 50 2E 1F 0 2A 45 68 1B 19
Octal 67 120 56 37 0 52 105 150 33 31
Binary 110111 1010000 101110 11111 0 101010 1000101 1101000 11011 11001

Color Harmonies of #37502E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37502E

Black with #37502E

Text Example


Text Example

White with #37502E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37502E; }

 p { color: rgb(55,80,46); }

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

background-color css

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

 a { background-color: rgb(55,80,46); }

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

border-color css

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

 span { border-color: rgb(55,80,46); }

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