#369165

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

Shades of Eucalyptus #369165

Tints of Eucalyptus #369165

Color information

#369165 (or 0x369165) is unknown color: approx Eucalyptus. HEX triplet: 36, 91 and 65. RGB value is (54,145,101). Sum of RGB (Red+Green+Blue) = 54+145+101=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 145 (57.03% from 255 or 48.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 145 - color contains mainly: green. Hex color #369165 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369165 is #C96E9A. Grayscale: #707070. Windows color (decimal): -13201051 or 6656310. OLE color: 6656310.

HSL color Cylindrical-coordinate representation of color #369165: hue angle of 150.99º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #369165 is Cyan = 0.63, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB54145101-
CMYK0.6300.300.43
HSL150.99º45.73%39.02%-
HSV(B)150.99º62.76%56.86%-
XYZ1421.9715.82-
YUV112.78121.3586.08-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 145 (57.03% from 255) = 48.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=18%
G=48.33%
B=33.67%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal541451010.6300.300.43150.9945.7339.02
Hex3691653F01E2B972e27
Octal6622114577036532275647
Binary11011010010001110010111111101111010101110010111101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369165; }

 p { color: rgb(54,145,101); }

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

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

 a { background-color: rgb(54,145,101); }

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

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

 span { border-color: rgb(54,145,101); }

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