#45996B

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

Shades of Ocean Green #45996B

Tints of Ocean Green #45996B

Color information

#45996B (or 0x45996B) is unknown color: approx Ocean Green. HEX triplet: 45, 99 and 6B. RGB value is (69,153,107). Sum of RGB (Red+Green+Blue) = 69+153+107=329 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.97% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 107 (42.19% from 255 or 32.52% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #45996B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45996B is #BA6694. Grayscale: #7A7A7A. Windows color (decimal): -12215957 or 7051589. OLE color: 7051589.

HSL color Cylindrical-coordinate representation of color #45996B: hue angle of 147.14º 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 #45996B is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB69153107-
CMYK0.5500.300.4
HSL147.14º37.84%43.53%-
HSV(B)147.14º54.9%60%-
XYZ16.525.1117.89-
YUV122.64119.1789.74-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.97%
GREEN value IS 153 (60.16% from 255) = 46.50%
BLUE value IS 107 (42.19% from 255) = 32.52%
R=20.97%
G=46.50%
B=32.52%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531070.5500.300.4147.1437.8443.53
Hex45996B3701E2893262c
Octal10523115367036502234654
Binary100010110011001110101111011101111010100010010011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45996B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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