#45986E

Color #45986E Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #45986E

Tints of Ocean Green #45986E

Color information

#45986E (or 0x45986E) is unknown color: approx Ocean Green. HEX triplet: 45, 98 and 6E. RGB value is (69,152,110). Sum of RGB (Red+Green+Blue) = 69+152+110=331 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.85% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 110 (43.36% from 255 or 33.23% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #45986E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45986E is #BA6791. Grayscale: #7A7A7A. Windows color (decimal): -12216210 or 7247941. OLE color: 7247941.

HSL color Cylindrical-coordinate representation of color #45986E: hue angle of 149.64º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45986E is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB69152110-
CMYK0.5500.280.40
HSL149.64º37.56%43.33%-
HSV(B)149.64º54.61%59.61%-
XYZ16.524.8518.68-
YUV122.412189.92-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.85%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 110 (43.36% from 255) = 33.23%
R=20.85%
G=45.92%
B=33.23%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal691521100.5500.280.40149.6437.5643.33
Hex45986E3701C2896262b
Octal10523015667034502264653
Binary100010110011000110111011011101110010100010010110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45986E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45986E; }

 p { color: rgb(69,152,110); }

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

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

 a { background-color: rgb(69,152,110); }

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

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

 span { border-color: rgb(69,152,110); }

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