Html Css Color HEX #539472 Ocean Green

📋 copy color: '#539472'

red 83 ◦ green 148 ◦ blue 114

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

Shades of Ocean Green #539472

Tints of Ocean Green #539472

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 24.06%
G = 42.9%
B = 33.04%

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

#539472 (or 0x539472) is known color: Ocean Green. HEX triplet: 53, 94 and 72. RGB value is (83,148,114). Sum of RGB (Red+Green+Blue) = 83+148+114=345 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.06% from 345); Green value is 148 (58.20% from 255 or 42.90% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 148 - color contains mainly: green. Hex color #539472 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539472 is #AC6B8D. Grayscale: #7C7C7C. Windows color (decimal): -11299726 or 7509075. OLE color: 7509075.

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

Color convert

RGB 83 148 114 -
CMYK 0.44 0 0.23 0.42
HSL 148.62º 0.28% 0.45% -
HSV(B) 148.62º 0.44% 0.58% -
XYZ 17.19 24.23 19.69 -
YUV 124.69 121.97 98.26 -
System Red Green Blue C M Y K H S L
Decimal 83 148 114 0.44 0 0.23 0.42 148.62 0.28 0.45
Hex 53 94 72 2C 0 17 2A 95 1C 2D
Octal 123 224 162 54 0 27 52 225 34 55
Binary 1010011 10010100 1110010 101100 0 10111 101010 10010101 11100 101101

Color Harmonies of #539472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539472

Black with #539472

Text Example


Text Example

White with #539472

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539472; }

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

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

background-color css

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

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

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

border-color css

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

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

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