Html Css Color HEX #539874 Ocean Green

📋 copy color: '#539874'

red 83 ◦ green 152 ◦ blue 116

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

Shades of Ocean Green #539874

Tints of Ocean Green #539874

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.3%

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

R = 23.65%
G = 43.3%
B = 33.05%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#539874 (or 0x539874) is known color: Ocean Green. HEX triplet: 53, 98 and 74. RGB value is (83,152,116). Sum of RGB (Red+Green+Blue) = 83+152+116=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 152 (59.77% from 255 or 43.30% from 351); Blue value is 116 (45.70% from 255 or 33.05% from 351); Max value from RGB is 152 - color contains mainly: green. Hex color #539874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #539874 is #AC678B. Grayscale: #7F7F7F. Windows color (decimal): -11298700 or 7641171. OLE color: 7641171.

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

Color convert

RGB 83 152 116 -
CMYK 0.45 0 0.24 0.40
HSL 148.7º 0.29% 0.46% -
HSV(B) 148.7º 0.45% 0.6% -
XYZ 17.95 25.56 20.51 -
YUV 127.27 121.64 96.43 -
System Red Green Blue C M Y K H S L
Decimal 83 152 116 0.45 0 0.24 0.40 148.7 0.29 0.46
Hex 53 98 74 2D 0 18 28 95 1D 2E
Octal 123 230 164 55 0 30 50 225 35 56
Binary 1010011 10011000 1110100 101101 0 11000 101000 10010101 11101 101110

Color Harmonies of #539874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539874

Black with #539874

Text Example


Text Example

White with #539874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #539874; }

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

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

background-color css

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

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

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

border-color css

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

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

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