Html Css Color HEX #479672 Ocean Green

📋 copy color: '#479672'

red 71 ◦ green 150 ◦ blue 114

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

Shades of Ocean Green #479672

Tints of Ocean Green #479672

RGB

 RED value IS 71 (28.13% from 255) = 21.19%

 GREEN value IS 150 (58.98% from 255) = 44.78%

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

R = 21.19%
G = 44.78%
B = 34.03%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#479672 (or 0x479672) is known color: Ocean Green. HEX triplet: 47, 96 and 72. RGB value is (71,150,114). Sum of RGB (Red+Green+Blue) = 71+150+114=335 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.19% from 335); Green value is 150 (58.98% from 255 or 44.78% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 150 - color contains mainly: green. Hex color #479672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479672 is #B8698D. Grayscale: #7A7A7A. Windows color (decimal): -12085646 or 7509575. OLE color: 7509575.

HSL color Cylindrical-coordinate representation of color #479672: hue angle of 152.66º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #479672 is Cyan = 0.53, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 71 150 114 -
CMYK 0.53 0 0.24 0.41
HSL 152.66º 0.36% 0.43% -
HSV(B) 152.66º 0.53% 0.59% -
XYZ 16.54 24.37 19.75 -
YUV 122.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 71 150 114 0.53 0 0.24 0.41 152.66 0.36 0.43
Hex 47 96 72 35 0 18 29 99 24 2B
Octal 107 226 162 65 0 30 51 231 44 53
Binary 1000111 10010110 1110010 110101 0 11000 101001 10011001 100100 101011

Color Harmonies of #479672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479672

Black with #479672

Text Example


Text Example

White with #479672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479672; }

 p { color: rgb(71,150,114); }

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

background-color css

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

 a { background-color: rgb(71,150,114); }

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

border-color css

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

 span { border-color: rgb(71,150,114); }

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