#369462

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

Shades of Eucalyptus #369462

Tints of Eucalyptus #369462

Color information

#369462 (or 0x369462) is unknown color: approx Eucalyptus. HEX triplet: 36, 94 and 62. RGB value is (54,148,98). Sum of RGB (Red+Green+Blue) = 54+148+98=300 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18% from 300); Green value is 148 (58.20% from 255 or 49.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 148 - color contains mainly: green. Hex color #369462 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #369462 is #C96B9D. Grayscale: #727272. Windows color (decimal): -13200286 or 6460470. OLE color: 6460470.

HSL color Cylindrical-coordinate representation of color #369462: hue angle of 148.09º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #369462 is Cyan = 0.64, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB5414898-
CMYK0.6400.340.42
HSL148.09º46.53%39.61%-
HSV(B)148.09º63.51%58.04%-
XYZ14.3222.8515.21-
YUV114.19118.8685.07-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 18%
GREEN value IS 148 (58.20% from 255) = 49.33%
BLUE value IS 98 (38.67% from 255) = 32.67%
R=18%
G=49.33%
B=32.67%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal54148980.6400.340.42148.0946.5339.61
Hex369462400222A942f28
Octal66224142100042522245750
Binary1101101001010011000101000000010001010101010010100101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #369462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #369462; }

 p { color: rgb(54,148,98); }

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

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

 a { background-color: rgb(54,148,98); }

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

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

 span { border-color: rgb(54,148,98); }

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