Html Css Color HEX #479A75 Ocean Green

📋 copy color: '#479A75'

red 71 ◦ green 154 ◦ blue 117

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

Shades of Ocean Green #479A75

Tints of Ocean Green #479A75

RGB

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

 GREEN value IS 154 (60.55% from 255) = 45.03%

 BLUE value IS 117 (46.09% from 255) = 34.21%

R = 20.76%
G = 45.03%
B = 34.21%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.24

 K value IS 0.40

RGB Variations

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

Color information

#479A75 (or 0x479A75) is known color: Ocean Green. HEX triplet: 47, 9A and 75. RGB value is (71,154,117). Sum of RGB (Red+Green+Blue) = 71+154+117=342 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.76% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 117 (46.09% from 255 or 34.21% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #479A75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479A75 is #B8658A. Grayscale: #7D7D7D. Windows color (decimal): -12084619 or 7707207. OLE color: 7707207.

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

Color convert

RGB 71 154 117 -
CMYK 0.54 0 0.24 0.40
HSL 153.25º 0.37% 0.44% -
HSV(B) 153.25º 0.54% 0.6% -
XYZ 17.37 25.74 20.88 -
YUV 124.97 123.5 89.51 -
System Red Green Blue C M Y K H S L
Decimal 71 154 117 0.54 0 0.24 0.40 153.25 0.37 0.44
Hex 47 9A 75 36 0 18 28 99 25 2C
Octal 107 232 165 66 0 30 50 231 45 54
Binary 1000111 10011010 1110101 110110 0 11000 101000 10011001 100101 101100

Color Harmonies of #479A75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479A75

Black with #479A75

Text Example


Text Example

White with #479A75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479A75; }

 p { color: rgb(71,154,117); }

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

background-color css

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

 a { background-color: rgb(71,154,117); }

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

border-color css

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

 span { border-color: rgb(71,154,117); }

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