#45996E

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

Shades of Ocean Green #45996E

Tints of Ocean Green #45996E

Color information

#45996E (or 0x45996E) is unknown color: approx Ocean Green. HEX triplet: 45, 99 and 6E. RGB value is (69,153,110). Sum of RGB (Red+Green+Blue) = 69+153+110=332 (43% of max value = 765). Red value is 69 (27.34% from 255 or 20.78% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #45996E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #45996E is #BA6691. Grayscale: #7B7B7B. Windows color (decimal): -12215954 or 7248197. OLE color: 7248197.

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

Color convert

RGB69153110-
CMYK0.5500.280.4
HSL149.29º37.84%43.53%-
HSV(B)149.29º54.9%60%-
XYZ16.6625.1718.73-
YUV122.98120.6789.5-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 20.78%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=20.78%
G=46.08%
B=33.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal691531100.5500.280.4149.2937.8443.53
Hex45996E3701C2895262c
Octal10523115667034502254654
Binary100010110011001110111011011101110010100010010101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45996E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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