Html Css Color HEX #539F68 Ocean Green

📋 copy color: '#539F68'

red 83 ◦ green 159 ◦ blue 104

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

Shades of Ocean Green #539F68

Tints of Ocean Green #539F68

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.95%

 BLUE value IS 104 (41.02% from 255) = 30.06%

R = 23.99%
G = 45.95%
B = 30.06%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#539F68 (or 0x539F68) is known color: Ocean Green. HEX triplet: 53, 9F and 68. RGB value is (83,159,104). Sum of RGB (Red+Green+Blue) = 83+159+104=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 159 (62.5% from 255 or 45.95% from 346); Blue value is 104 (41.02% from 255 or 30.06% from 346); Max value from RGB is 159 - color contains mainly: green. Hex color #539F68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539F68 is #AC6097. Grayscale: #828282. Windows color (decimal): -11296920 or 6856531. OLE color: 6856531.

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

Color convert

RGB 83 159 104 -
CMYK 0.48 0 0.35 0.38
HSL 136.58º 0.31% 0.47% -
HSV(B) 136.58º 0.48% 0.62% -
XYZ 18.46 27.63 17.46 -
YUV 130.01 113.32 94.47 -
System Red Green Blue C M Y K H S L
Decimal 83 159 104 0.48 0 0.35 0.38 136.58 0.31 0.47
Hex 53 9F 68 30 0 23 26 89 1F 2F
Octal 123 237 150 60 0 43 46 211 37 57
Binary 1010011 10011111 1101000 110000 0 100011 100110 10001001 11111 101111

Color Harmonies of #539F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539F68

Black with #539F68

Text Example


Text Example

White with #539F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,159,104); }

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

background-color css

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

 a { background-color: rgb(83,159,104); }

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

border-color css

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

 span { border-color: rgb(83,159,104); }

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