Html Css Color HEX #539674 Ocean Green

📋 copy color: '#539674'

red 83 ◦ green 150 ◦ blue 116

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

Shades of Ocean Green #539674

Tints of Ocean Green #539674

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.98%

 BLUE value IS 116 (45.7% from 255) = 33.24%

R = 23.78%
G = 42.98%
B = 33.24%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.23

 K value IS 0.41

RGB Variations

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

Color information

#539674 (or 0x539674) is known color: Ocean Green. HEX triplet: 53, 96 and 74. RGB value is (83,150,116). Sum of RGB (Red+Green+Blue) = 83+150+116=349 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.78% from 349); Green value is 150 (58.98% from 255 or 42.98% from 349); Blue value is 116 (45.70% from 255 or 33.24% from 349); Max value from RGB is 150 - color contains mainly: green. Hex color #539674 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539674 is #AC698B. Grayscale: #7E7E7E. Windows color (decimal): -11299212 or 7640659. OLE color: 7640659.

HSL color Cylindrical-coordinate representation of color #539674: hue angle of 149.55º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #539674 is Cyan = 0.45, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.41.

Color convert

RGB 83 150 116 -
CMYK 0.45 0 0.23 0.41
HSL 149.55º 0.29% 0.46% -
HSV(B) 149.55º 0.45% 0.59% -
XYZ 17.63 24.91 20.4 -
YUV 126.09 122.3 97.26 -
System Red Green Blue C M Y K H S L
Decimal 83 150 116 0.45 0 0.23 0.41 149.55 0.29 0.46
Hex 53 96 74 2D 0 17 29 96 1D 2E
Octal 123 226 164 55 0 27 51 226 35 56
Binary 1010011 10010110 1110100 101101 0 10111 101001 10010110 11101 101110

Color Harmonies of #539674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539674

Black with #539674

Text Example


Text Example

White with #539674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539674; }

 p { color: rgb(83,150,116); }

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

background-color css

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

 a { background-color: rgb(83,150,116); }

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

border-color css

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

 span { border-color: rgb(83,150,116); }

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