Html Css Color HEX #539B70 Ocean Green

📋 copy color: '#539B70'

red 83 ◦ green 155 ◦ blue 112

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

Shades of Ocean Green #539B70

Tints of Ocean Green #539B70

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.29%

 BLUE value IS 112 (44.14% from 255) = 32%

R = 23.71%
G = 44.29%
B = 32%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.28

 K value IS 0.39

RGB Variations

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

Color information

#539B70 (or 0x539B70) is known color: Ocean Green. HEX triplet: 53, 9B and 70. RGB value is (83,155,112). Sum of RGB (Red+Green+Blue) = 83+155+112=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 155 (60.94% from 255 or 44.29% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 155 - color contains mainly: green. Hex color #539B70 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539B70 is #AC648F. Grayscale: #808080. Windows color (decimal): -11297936 or 7379795. OLE color: 7379795.

HSL color Cylindrical-coordinate representation of color #539B70: hue angle of 144.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539B70 is Cyan = 0.46, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB 83 155 112 -
CMYK 0.46 0 0.28 0.39
HSL 144.17º 0.3% 0.47% -
HSV(B) 144.17º 0.46% 0.61% -
XYZ 18.21 26.45 19.47 -
YUV 128.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 83 155 112 0.46 0 0.28 0.39 144.17 0.3 0.47
Hex 53 9B 70 2E 0 1C 27 90 1E 2F
Octal 123 233 160 56 0 34 47 220 36 57
Binary 1010011 10011011 1110000 101110 0 11100 100111 10010000 11110 101111

Color Harmonies of #539B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539B70

Black with #539B70

Text Example


Text Example

White with #539B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539B70; }

 p { color: rgb(83,155,112); }

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

background-color css

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

 a { background-color: rgb(83,155,112); }

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

border-color css

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

 span { border-color: rgb(83,155,112); }

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