#375427

Color #375427 Palm Leaf (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palm Leaf #375427

Tints of Palm Leaf #375427

Color information

#375427 (or 0x375427) is unknown color: approx Palm Leaf. HEX triplet: 37, 54 and 27. RGB value is (55,84,39). Sum of RGB (Red+Green+Blue) = 55+84+39=178 (23% of max value = 765). Red value is 55 (21.88% from 255 or 30.90% from 178); Green value is 84 (33.20% from 255 or 47.19% from 178); Blue value is 39 (15.62% from 255 or 21.91% from 178); Max value from RGB is 84 - color contains mainly: green. Hex color #375427 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #375427 is #C8ABD8. Grayscale: #464646. Windows color (decimal): -13151193 or 2577463. OLE color: 2577463.

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

Color convert

RGB558439-
CMYK0.3500.540.67
HSL98.67º36.59%24.12%-
HSV(B)98.67º53.57%32.94%-
XYZ5.117.33.06-
YUV70.2110.39117.16-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 30.90%
GREEN value IS 84 (33.20% from 255) = 47.19%
BLUE value IS 39 (15.62% from 255) = 21.91%
R=30.90%
G=47.19%
B=21.91%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal5584390.3500.540.6798.6736.5924.12
Hex3754272303643632518
Octal6712447430661031434530
Binary110111101010010011110001101101101000011110001110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #375427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #375427; }

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

 H1.HeaderClassName
 {
   color: #375427;
 }
 .AnyTagClassName
 {
   color: #375427;
 }
</style>
background-color css

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

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

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

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

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

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