Html Css Color HEX #539371 Ocean Green

📋 copy color: '#539371'

red 83 ◦ green 147 ◦ blue 113

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

Shades of Ocean Green #539371

Tints of Ocean Green #539371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 42.86%

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

R = 24.2%
G = 42.86%
B = 32.94%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#539371 (or 0x539371) is known color: Ocean Green. HEX triplet: 53, 93 and 71. RGB value is (83,147,113). Sum of RGB (Red+Green+Blue) = 83+147+113=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 147 (57.81% from 255 or 42.86% from 343); Blue value is 113 (44.53% from 255 or 32.94% from 343); Max value from RGB is 147 - color contains mainly: green. Hex color #539371 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539371 is #AC6C8E. Grayscale: #7C7C7C. Windows color (decimal): -11299983 or 7443283. OLE color: 7443283.

HSL color Cylindrical-coordinate representation of color #539371: hue angle of 148.12º 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 #539371 is Cyan = 0.44, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB 83 147 113 -
CMYK 0.44 0 0.23 0.42
HSL 148.13º 0.28% 0.45% -
HSV(B) 148.13º 0.44% 0.58% -
XYZ 16.98 23.9 19.34 -
YUV 123.99 121.8 98.76 -
System Red Green Blue C M Y K H S L
Decimal 83 147 113 0.44 0 0.23 0.42 148.13 0.28 0.45
Hex 53 93 71 2C 0 17 2A 94 1C 2D
Octal 123 223 161 54 0 27 52 224 34 55
Binary 1010011 10010011 1110001 101100 0 10111 101010 10010100 11100 101101

Color Harmonies of #539371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539371

Black with #539371

Text Example


Text Example

White with #539371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539371; }

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

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

background-color css

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

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

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

border-color css

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

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

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