Html Css Color HEX #375026 Palm Leaf

📋 copy color: '#375026'

red 55 ◦ green 80 ◦ blue 38

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

Shades of Palm Leaf #375026

Tints of Palm Leaf #375026

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 21.97%

R = 31.79%
G = 46.24%
B = 21.97%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.52

 K value IS 0.69

RGB Variations

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

Color information

#375026 (or 0x375026) is known color: Palm Leaf. HEX triplet: 37, 50 and 26. RGB value is (55,80,38). Sum of RGB (Red+Green+Blue) = 55+80+38=173 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.79% from 173); Green value is 80 (31.64% from 255 or 46.24% from 173); Blue value is 38 (15.23% from 255 or 21.97% from 173); Max value from RGB is 80 - color contains mainly: green. Hex color #375026 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375026 is #C8AFD9. Grayscale: #434343. Windows color (decimal): -13152218 or 2510903. OLE color: 2510903.

HSL color Cylindrical-coordinate representation of color #375026: hue angle of 95.71º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #375026 is Cyan = 0.31, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.

Color convert

RGB 55 80 38 -
CMYK 0.31 0 0.52 0.69
HSL 95.71º 0.36% 0.23% -
HSV(B) 95.71º 0.53% 0.31% -
XYZ 4.79 6.69 2.87 -
YUV 67.74 111.22 118.92 -
System Red Green Blue C M Y K H S L
Decimal 55 80 38 0.31 0 0.52 0.69 95.71 0.36 0.23
Hex 37 50 26 1F 0 34 45 60 24 17
Octal 67 120 46 37 0 64 105 140 44 27
Binary 110111 1010000 100110 11111 0 110100 1000101 1100000 100100 10111

Color Harmonies of #375026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #375026

Black with #375026

Text Example


Text Example

White with #375026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #375026; }

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

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

background-color css

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

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

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

border-color css

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

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

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