Html Css Color HEX #539471 Ocean Green

📋 copy color: '#539471'

red 83 ◦ green 148 ◦ blue 113

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

Shades of Ocean Green #539471

Tints of Ocean Green #539471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 43.02%

 BLUE value IS 113 (44.53% from 255) = 32.85%

R = 24.13%
G = 43.02%
B = 32.85%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#539471 (or 0x539471) is known color: Ocean Green. HEX triplet: 53, 94 and 71. RGB value is (83,148,113). Sum of RGB (Red+Green+Blue) = 83+148+113=344 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.13% from 344); Green value is 148 (58.20% from 255 or 43.02% from 344); Blue value is 113 (44.53% from 255 or 32.85% from 344); Max value from RGB is 148 - color contains mainly: green. Hex color #539471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539471 is #AC6B8E. Grayscale: #7C7C7C. Windows color (decimal): -11299727 or 7443539. OLE color: 7443539.

HSL color Cylindrical-coordinate representation of color #539471: hue angle of 147.69º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #539471 is Cyan = 0.44, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 148 113 -
CMYK 0.44 0 0.24 0.42
HSL 147.69º 0.28% 0.45% -
HSV(B) 147.69º 0.44% 0.58% -
XYZ 17.14 24.21 19.39 -
YUV 124.58 121.47 98.35 -
System Red Green Blue C M Y K H S L
Decimal 83 148 113 0.44 0 0.24 0.42 147.69 0.28 0.45
Hex 53 94 71 2C 0 18 2A 94 1C 2D
Octal 123 224 161 54 0 30 52 224 34 55
Binary 1010011 10010100 1110001 101100 0 11000 101010 10010100 11100 101101

Color Harmonies of #539471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539471

Black with #539471

Text Example


Text Example

White with #539471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539471; }

 p { color: rgb(83,148,113); }

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

background-color css

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

 a { background-color: rgb(83,148,113); }

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

border-color css

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

 span { border-color: rgb(83,148,113); }

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