Html Css Color HEX #539A68 Ocean Green

📋 copy color: '#539A68'

red 83 ◦ green 154 ◦ blue 104

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

Shades of Ocean Green #539A68

Tints of Ocean Green #539A68

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.16%

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

R = 24.34%
G = 45.16%
B = 30.5%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.32

 K value IS 0.40

RGB Variations

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

Color information

#539A68 (or 0x539A68) is known color: Ocean Green. HEX triplet: 53, 9A and 68. RGB value is (83,154,104). Sum of RGB (Red+Green+Blue) = 83+154+104=341 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.34% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 104 (41.02% from 255 or 30.50% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #539A68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539A68 is #AC6597. Grayscale: #7F7F7F. Windows color (decimal): -11298200 or 6855251. OLE color: 6855251.

HSL color Cylindrical-coordinate representation of color #539A68: hue angle of 137.75º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #539A68 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.40.

Color convert

RGB 83 154 104 -
CMYK 0.46 0 0.32 0.40
HSL 137.75º 0.3% 0.46% -
HSV(B) 137.75º 0.46% 0.6% -
XYZ 17.62 25.95 17.18 -
YUV 127.07 114.98 96.57 -
System Red Green Blue C M Y K H S L
Decimal 83 154 104 0.46 0 0.32 0.40 137.75 0.3 0.46
Hex 53 9A 68 2E 0 20 28 8A 1E 2E
Octal 123 232 150 56 0 40 50 212 36 56
Binary 1010011 10011010 1101000 101110 0 100000 101000 10001010 11110 101110

Color Harmonies of #539A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539A68

Black with #539A68

Text Example


Text Example

White with #539A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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