Html Css Color HEX #499874 Ocean Green

📋 copy color: '#499874'

red 73 ◦ green 152 ◦ blue 116

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

Shades of Ocean Green #499874

Tints of Ocean Green #499874

RGB

 RED value IS 73 (28.91% from 255) = 21.41%

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

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

R = 21.41%
G = 44.57%
B = 34.02%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#499874 (or 0x499874) is known color: Ocean Green. HEX triplet: 49, 98 and 74. RGB value is (73,152,116). Sum of RGB (Red+Green+Blue) = 73+152+116=341 (45% of max value = 765). Red value is 73 (28.91% from 255 or 21.41% from 341); Green value is 152 (59.77% from 255 or 44.57% from 341); Blue value is 116 (45.70% from 255 or 34.02% from 341); Max value from RGB is 152 - color contains mainly: green. Hex color #499874 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #499874 is #B6678B. Grayscale: #7C7C7C. Windows color (decimal): -11954060 or 7641161. OLE color: 7641161.

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

Color convert

RGB 73 152 116 -
CMYK 0.52 0 0.24 0.40
HSL 152.66º 0.35% 0.44% -
HSV(B) 152.66º 0.52% 0.6% -
XYZ 17.13 25.13 20.47 -
YUV 124.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 73 152 116 0.52 0 0.24 0.40 152.66 0.35 0.44
Hex 49 98 74 34 0 18 28 99 23 2C
Octal 111 230 164 64 0 30 50 231 43 54
Binary 1001001 10011000 1110100 110100 0 11000 101000 10011001 100011 101100

Color Harmonies of #499874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #499874

Black with #499874

Text Example


Text Example

White with #499874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #499874; }

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

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

background-color css

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

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

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

border-color css

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

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

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