Html Css Color HEX #539470 Ocean Green

📋 copy color: '#539470'

red 83 ◦ green 148 ◦ blue 112

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

Shades of Ocean Green #539470

Tints of Ocean Green #539470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 32.65%

R = 24.2%
G = 43.15%
B = 32.65%

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

#539470 (or 0x539470) is known color: Ocean Green. HEX triplet: 53, 94 and 70. RGB value is (83,148,112). Sum of RGB (Red+Green+Blue) = 83+148+112=343 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.20% from 343); Green value is 148 (58.20% from 255 or 43.15% from 343); Blue value is 112 (44.14% from 255 or 32.65% from 343); Max value from RGB is 148 - color contains mainly: green. Hex color #539470 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539470 is #AC6B8F. Grayscale: #7C7C7C. Windows color (decimal): -11299728 or 7378003. OLE color: 7378003.

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

Color convert

RGB 83 148 112 -
CMYK 0.44 0 0.24 0.42
HSL 146.77º 0.28% 0.45% -
HSV(B) 146.77º 0.44% 0.58% -
XYZ 17.08 24.19 19.1 -
YUV 124.46 120.97 98.43 -
System Red Green Blue C M Y K H S L
Decimal 83 148 112 0.44 0 0.24 0.42 146.77 0.28 0.45
Hex 53 94 70 2C 0 18 2A 93 1C 2D
Octal 123 224 160 54 0 30 52 223 34 55
Binary 1010011 10010100 1110000 101100 0 11000 101010 10010011 11100 101101

Color Harmonies of #539470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539470

Black with #539470

Text Example


Text Example

White with #539470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539470; }

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

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

background-color css

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

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

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

border-color css

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

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

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