#379b61

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

Shades of Eucalyptus #379B61

Tints of Eucalyptus #379B61

Color information

#379B61 (or 0x379B61) is unknown color: approx Eucalyptus. HEX triplet: 37, 9B and 61. RGB value is (55,155,97). Sum of RGB (Red+Green+Blue) = 55+155+97=307 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.92% from 307); Green value is 155 (60.94% from 255 or 50.49% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 155 - color contains mainly: green. Hex color #379B61 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379B61 is #C8649E. Grayscale: #767676. Windows color (decimal): -13132959 or 6396727. OLE color: 6396727.

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

Color convert

RGB5515597-
CMYK0.6500.370.39
HSL145.2º47.62%41.18%-
HSV(B)145.2º64.52%60.78%-
XYZ15.4525.1215.34-
YUV118.49115.8782.72-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 17.92%
GREEN value IS 155 (60.94% from 255) = 50.49%
BLUE value IS 97 (38.28% from 255) = 31.60%
R=17.92%
G=50.49%
B=31.60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal55155970.6500.370.39145.247.6241.18
Hex379B614102527913029
Octal67233141101045472216051
Binary1101111001101111000011000001010010110011110010001110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379b61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,155,97); }

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

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

 a { background-color: rgb(55,155,97); }

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

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

 span { border-color: rgb(55,155,97); }

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