#45996C

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

Shades of Ocean Green #45996C

Tints of Ocean Green #45996C

Color information

#45996C (or 0x45996C) is unknown color: approx Ocean Green. HEX triplet: 45, 99 and 6C. RGB value is (69,153,108). Sum of RGB (Red+Green+Blue) = 69+153+108=330 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.91% from 330); Green value is 153 (60.16% from 255 or 46.36% from 330); Blue value is 108 (42.58% from 255 or 32.73% from 330); Max value from RGB is 153 - color contains mainly: green. Hex color #45996C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45996C is #BA6693. Grayscale: #7A7A7A. Windows color (decimal): -12215956 or 7117125. OLE color: 7117125.

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

Color convert

RGB69153108-
CMYK0.5500.290.4
HSL147.86º37.84%43.53%-
HSV(B)147.86º54.9%60%-
XYZ16.5525.1318.17-
YUV122.75119.6789.66-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.91%
GREEN value IS 153 (60.16% from 255) = 46.36%
BLUE value IS 108 (42.58% from 255) = 32.73%
R=20.91%
G=46.36%
B=32.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531080.5500.290.4147.8637.8443.53
Hex45996C3701D2894262c
Octal10523115467035502244654
Binary100010110011001110110011011101110110100010010100100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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