#369B70

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

Shades of Eucalyptus #369B70

Tints of Eucalyptus #369B70

Color information

#369B70 (or 0x369B70) is unknown color: approx Eucalyptus. HEX triplet: 36, 9B and 70. RGB value is (54,155,112). Sum of RGB (Red+Green+Blue) = 54+155+112=321 (42% of max value = 765). Red value is 54 (21.48% from 255 or 16.82% from 321); Green value is 155 (60.94% from 255 or 48.29% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 155 - color contains mainly: green. Hex color #369B70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369B70 is #C9648F. Grayscale: #777777. Windows color (decimal): -13198480 or 7379766. OLE color: 7379766.

HSL color Cylindrical-coordinate representation of color #369B70: hue angle of 154.46º 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 #369B70 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB54155112-
CMYK0.6500.280.39
HSL154.46º48.33%40.98%-
HSV(B)154.46º65.16%60.78%-
XYZ16.1725.419.38-
YUV119.9123.5481-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 16.82%
GREEN value IS 155 (60.94% from 255) = 48.29%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=16.82%
G=48.29%
B=34.89%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal541551120.6500.280.39154.4648.3340.98
Hex369B704101C279a3029
Octal66233160101034472326051
Binary110110100110111110000100000101110010011110011010110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369B70; }

 p { color: rgb(54,155,112); }

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

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

 a { background-color: rgb(54,155,112); }

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

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

 span { border-color: rgb(54,155,112); }

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