Html Css Color HEX #479872 Ocean Green

📋 copy color: '#479872'

red 71 ◦ green 152 ◦ blue 114

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

Shades of Ocean Green #479872

Tints of Ocean Green #479872

RGB

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

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

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

R = 21.07%
G = 45.1%
B = 33.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#479872 (or 0x479872) is known color: Ocean Green. HEX triplet: 47, 98 and 72. RGB value is (71,152,114). Sum of RGB (Red+Green+Blue) = 71+152+114=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 152 (59.77% from 255 or 45.10% from 337); Blue value is 114 (44.92% from 255 or 33.83% from 337); Max value from RGB is 152 - color contains mainly: green. Hex color #479872 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479872 is #B8678D. Grayscale: #7B7B7B. Windows color (decimal): -12085134 or 7510087. OLE color: 7510087.

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

Color convert

RGB 71 152 114 -
CMYK 0.53 0 0.25 0.40
HSL 151.85º 0.36% 0.44% -
HSV(B) 151.85º 0.53% 0.6% -
XYZ 16.86 25.01 19.86 -
YUV 123.45 122.66 90.59 -
System Red Green Blue C M Y K H S L
Decimal 71 152 114 0.53 0 0.25 0.40 151.85 0.36 0.44
Hex 47 98 72 35 0 19 28 98 24 2C
Octal 107 230 162 65 0 31 50 230 44 54
Binary 1000111 10011000 1110010 110101 0 11001 101000 10011000 100100 101100

Color Harmonies of #479872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479872

Black with #479872

Text Example


Text Example

White with #479872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479872; }

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

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

background-color css

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

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

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

border-color css

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

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

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