#53996C

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

Shades of Ocean Green #53996C

Tints of Ocean Green #53996C

Color information

#53996C (or 0x53996C) is unknown color: approx Ocean Green. HEX triplet: 53, 99 and 6C. RGB value is (83,153,108). Sum of RGB (Red+Green+Blue) = 83+153+108=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 153 (60.16% from 255 or 44.48% from 344); Blue value is 108 (42.58% from 255 or 31.40% from 344); Max value from RGB is 153 - color contains mainly: green. Hex color #53996C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53996C is #AC6693. Grayscale: #7F7F7F. Windows color (decimal): -11298452 or 7117139. OLE color: 7117139.

HSL color Cylindrical-coordinate representation of color #53996C: hue angle of 141.43º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #53996C is Cyan = 0.46, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB83153108-
CMYK0.4600.290.4
HSL141.43º29.66%46.27%-
HSV(B)141.43º45.75%60%-
XYZ17.6725.718.22-
YUV126.94117.3196.66-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.13%
GREEN value IS 153 (60.16% from 255) = 44.48%
BLUE value IS 108 (42.58% from 255) = 31.40%
R=24.13%
G=44.48%
B=31.40%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal831531080.4600.290.4141.4329.6646.27
Hex53996C2E01D288d1e2e
Octal12323115456035502153656
Binary10100111001100111011001011100111011010001000110111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53996C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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