#45996F

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

Shades of Ocean Green #45996F

Tints of Ocean Green #45996F

Color information

#45996F (or 0x45996F) is unknown color: approx Ocean Green. HEX triplet: 45, 99 and 6F. RGB value is (69,153,111). Sum of RGB (Red+Green+Blue) = 69+153+111=333 (44% of max value = 765). Red value is 69 (27.34% from 255 or 20.72% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 111 (43.75% from 255 or 33.33% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #45996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45996F is #BA6690. Grayscale: #7B7B7B. Windows color (decimal): -12215953 or 7313733. OLE color: 7313733.

HSL color Cylindrical-coordinate representation of color #45996F: hue angle of 150º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #45996F is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB69153111-
CMYK0.5500.270.4
HSL150º37.84%43.53%-
HSV(B)150º54.9%60%-
XYZ16.7125.219.02-
YUV123.1121.1789.42-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.72%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 111 (43.75% from 255) = 33.33%
R=20.72%
G=45.95%
B=33.33%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531110.5500.270.415037.8443.53
Hex45996F3701B2896262c
Octal10523115767033502264654
Binary100010110011001110111111011101101110100010010110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45996F; }

 p { color: rgb(69,153,111); }

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

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

 a { background-color: rgb(69,153,111); }

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

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

 span { border-color: rgb(69,153,111); }

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