#379D5F

Color #379D5F Eucalyptus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eucalyptus #379D5F

Tints of Eucalyptus #379D5F

Color information

#379D5F (or 0x379D5F) is unknown color: approx Eucalyptus. HEX triplet: 37, 9D and 5F. RGB value is (55,157,95). Sum of RGB (Red+Green+Blue) = 55+157+95=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 157 (61.72% from 255 or 51.14% from 307); Blue value is 95 (37.5% from 255 or 30.94% from 307); Max value from RGB is 157 - color contains mainly: green. Hex color #379D5F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379D5F is #C862A0. Grayscale: #777777. Windows color (decimal): -13132449 or 6266167. OLE color: 6266167.

HSL color Cylindrical-coordinate representation of color #379D5F: hue angle of 143.53º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #379D5F is Cyan = 0.65, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.38.

Color convert

RGB5515795-
CMYK0.6500.390.38
HSL143.53º48.11%41.57%-
HSV(B)143.53º64.97%61.57%-
XYZ15.725.7514.97-
YUV119.43114.2182.04-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 157 (61.72% from 255) = 51.14%
BLUE value IS 95 (37.5% from 255) = 30.94%
R=17.92%
G=51.14%
B=30.94%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal55157950.6500.390.38143.5348.1141.57
Hex379D5F410272690302a
Octal67235137101047462206052
Binary1101111001110110111111000001010011110011010010000110000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379D5F; }

 p { color: rgb(55,157,95); }

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

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

 a { background-color: rgb(55,157,95); }

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

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

 span { border-color: rgb(55,157,95); }

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