Html Css Color HEX #539D75 Ocean Green

📋 copy color: '#539D75'

red 83 ◦ green 157 ◦ blue 117

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

Shades of Ocean Green #539D75

Tints of Ocean Green #539D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 43.98%

 BLUE value IS 117 (46.09% from 255) = 32.77%

R = 23.25%
G = 43.98%
B = 32.77%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#539D75 (or 0x539D75) is known color: Ocean Green. HEX triplet: 53, 9D and 75. RGB value is (83,157,117). Sum of RGB (Red+Green+Blue) = 83+157+117=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 157 (61.72% from 255 or 43.98% from 357); Blue value is 117 (46.09% from 255 or 32.77% from 357); Max value from RGB is 157 - color contains mainly: green. Hex color #539D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539D75 is #AC628A. Grayscale: #828282. Windows color (decimal): -11297419 or 7707987. OLE color: 7707987.

HSL color Cylindrical-coordinate representation of color #539D75: hue angle of 147.57º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #539D75 is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB 83 157 117 -
CMYK 0.47 0 0.25 0.38
HSL 147.57º 0.31% 0.47% -
HSV(B) 147.57º 0.47% 0.62% -
XYZ 18.84 27.24 21.09 -
YUV 130.31 120.48 94.25 -
System Red Green Blue C M Y K H S L
Decimal 83 157 117 0.47 0 0.25 0.38 147.57 0.31 0.47
Hex 53 9D 75 2F 0 19 26 94 1F 2F
Octal 123 235 165 57 0 31 46 224 37 57
Binary 1010011 10011101 1110101 101111 0 11001 100110 10010100 11111 101111

Color Harmonies of #539D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539D75

Black with #539D75

Text Example


Text Example

White with #539D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,157,117); }

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

background-color css

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

 a { background-color: rgb(83,157,117); }

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

border-color css

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

 span { border-color: rgb(83,157,117); }

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