Html Css Color HEX #539C6F Ocean Green

📋 copy color: '#539C6F'

red 83 ◦ green 156 ◦ blue 111

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

Shades of Ocean Green #539C6F

Tints of Ocean Green #539C6F

RGB

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

 GREEN value IS 156 (61.33% from 255) = 44.57%

 BLUE value IS 111 (43.75% from 255) = 31.71%

R = 23.71%
G = 44.57%
B = 31.71%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.29

 K value IS 0.39

RGB Variations

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

Color information

#539C6F (or 0x539C6F) is known color: Ocean Green. HEX triplet: 53, 9C and 6F. RGB value is (83,156,111). Sum of RGB (Red+Green+Blue) = 83+156+111=350 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.71% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 156 - color contains mainly: green. Hex color #539C6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539C6F is #AC6390. Grayscale: #818181. Windows color (decimal): -11297681 or 7314515. OLE color: 7314515.

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

Color convert

RGB 83 156 111 -
CMYK 0.47 0 0.29 0.39
HSL 143.01º 0.31% 0.47% -
HSV(B) 143.01º 0.47% 0.61% -
XYZ 18.32 26.76 19.24 -
YUV 129.04 117.82 95.16 -
System Red Green Blue C M Y K H S L
Decimal 83 156 111 0.47 0 0.29 0.39 143.01 0.31 0.47
Hex 53 9C 6F 2F 0 1D 27 8F 1F 2F
Octal 123 234 157 57 0 35 47 217 37 57
Binary 1010011 10011100 1101111 101111 0 11101 100111 10001111 11111 101111

Color Harmonies of #539C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539C6F

Black with #539C6F

Text Example


Text Example

White with #539C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,156,111); }

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

background-color css

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

 a { background-color: rgb(83,156,111); }

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

border-color css

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

 span { border-color: rgb(83,156,111); }

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