Html Css Color HEX #479C74 Ocean Green

📋 copy color: '#479C74'

red 71 ◦ green 156 ◦ blue 116

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

Shades of Ocean Green #479C74

Tints of Ocean Green #479C74

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.48%

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

R = 20.7%
G = 45.48%
B = 33.82%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.26

 K value IS 0.39

RGB Variations

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

Color information

#479C74 (or 0x479C74) is known color: Ocean Green. HEX triplet: 47, 9C and 74. RGB value is (71,156,116). Sum of RGB (Red+Green+Blue) = 71+156+116=343 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.70% from 343); Green value is 156 (61.33% from 255 or 45.48% from 343); Blue value is 116 (45.70% from 255 or 33.82% from 343); Max value from RGB is 156 - color contains mainly: green. Hex color #479C74 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C74 is #B8638B. Grayscale: #7E7E7E. Windows color (decimal): -12084108 or 7642183. OLE color: 7642183.

HSL color Cylindrical-coordinate representation of color #479C74: hue angle of 151.76º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479C74 is Cyan = 0.54, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 156 116 -
CMYK 0.54 0 0.26 0.39
HSL 151.76º 0.37% 0.45% -
HSV(B) 151.76º 0.54% 0.61% -
XYZ 17.64 26.38 20.68 -
YUV 126.03 122.34 88.75 -
System Red Green Blue C M Y K H S L
Decimal 71 156 116 0.54 0 0.26 0.39 151.76 0.37 0.45
Hex 47 9C 74 36 0 1A 27 98 25 2D
Octal 107 234 164 66 0 32 47 230 45 55
Binary 1000111 10011100 1110100 110110 0 11010 100111 10011000 100101 101101

Color Harmonies of #479C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479C74

Black with #479C74

Text Example


Text Example

White with #479C74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,156,116); }

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

background-color css

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

 a { background-color: rgb(71,156,116); }

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

border-color css

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

 span { border-color: rgb(71,156,116); }

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