Html Css Color HEX #539572 Ocean Green

📋 copy color: '#539572'

red 83 ◦ green 149 ◦ blue 114

#539572
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #539572

Tints of Ocean Green #539572

RGB

 RED value IS 83 (32.81% from 255) = 23.99%

 GREEN value IS 149 (58.59% from 255) = 43.06%

 BLUE value IS 114 (44.92% from 255) = 32.95%

R = 23.99%
G = 43.06%
B = 32.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#539572 (or 0x539572) is known color: Ocean Green. HEX triplet: 53, 95 and 72. RGB value is (83,149,114). Sum of RGB (Red+Green+Blue) = 83+149+114=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 149 (58.59% from 255 or 43.06% from 346); Blue value is 114 (44.92% from 255 or 32.95% from 346); Max value from RGB is 149 - color contains mainly: green. Hex color #539572 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539572 is #AC6A8D. Grayscale: #7D7D7D. Windows color (decimal): -11299470 or 7509331. OLE color: 7509331.

HSL color Cylindrical-coordinate representation of color #539572: hue angle of 148.18º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539572 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 149 114 -
CMYK 0.44 0 0.23 0.42
HSL 148.18º 0.28% 0.45% -
HSV(B) 148.18º 0.44% 0.58% -
XYZ 17.35 24.55 19.74 -
YUV 125.28 121.63 97.85 -
System Red Green Blue C M Y K H S L
Decimal 83 149 114 0.44 0 0.23 0.42 148.18 0.28 0.45
Hex 53 95 72 2C 0 17 2A 94 1C 2D
Octal 123 225 162 54 0 27 52 224 34 55
Binary 1010011 10010101 1110010 101100 0 10111 101010 10010100 11100 101101

Color Harmonies of #539572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539572

Black with #539572

Text Example


Text Example

White with #539572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539572; }

 p { color: rgb(83,149,114); }

 H1.HeaderClassName
 {
   color: #539572;
 }
 .AnyTagClassName
 {
   color: #539572;
 }
</style>

background-color css

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

 a { background-color: rgb(83,149,114); }

 div.DivClassName
 {
   background-color: #539572;
 }
 .BgClassName
 {
   background-color: #539572;
 }
</style>

border-color css

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

 span { border-color: rgb(83,149,114); }

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