#53966C

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

Shades of Ocean Green #53966C

Tints of Ocean Green #53966C

Color information

#53966C (or 0x53966C) is unknown color: approx Ocean Green. HEX triplet: 53, 96 and 6C. RGB value is (83,150,108). Sum of RGB (Red+Green+Blue) = 83+150+108=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 150 (58.98% from 255 or 43.99% from 341); Blue value is 108 (42.58% from 255 or 31.67% from 341); Max value from RGB is 150 - color contains mainly: green. Hex color #53966C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #53966C is #AC6993. Grayscale: #7D7D7D. Windows color (decimal): -11299220 or 7116371. OLE color: 7116371.

HSL color Cylindrical-coordinate representation of color #53966C: hue angle of 142.39º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #53966C is Cyan = 0.45, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB83150108-
CMYK0.4500.280.41
HSL142.39º28.76%45.69%-
HSV(B)142.39º44.67%58.82%-
XYZ17.1824.7318.06-
YUV125.18118.397.92-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 24.34%
GREEN value IS 150 (58.98% from 255) = 43.99%
BLUE value IS 108 (42.58% from 255) = 31.67%
R=24.34%
G=43.99%
B=31.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal831501080.4500.280.41142.3928.7645.69
Hex53966C2D01C298e1d2e
Octal12322615455034512163556
Binary10100111001011011011001011010111001010011000111011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53966C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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