Html Css Color HEX #479F68 Ocean Green

📋 copy color: '#479F68'

red 71 ◦ green 159 ◦ blue 104

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

Shades of Ocean Green #479F68

Tints of Ocean Green #479F68

RGB

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

 GREEN value IS 159 (62.5% from 255) = 47.6%

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 21.26%
G = 47.6%
B = 31.14%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.38

RGB Variations

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

Color information

#479F68 (or 0x479F68) is known color: Ocean Green. HEX triplet: 47, 9F and 68. RGB value is (71,159,104). Sum of RGB (Red+Green+Blue) = 71+159+104=334 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.26% from 334); Green value is 159 (62.5% from 255 or 47.60% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 159 - color contains mainly: green. Hex color #479F68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479F68 is #B86097. Grayscale: #7E7E7E. Windows color (decimal): -12083352 or 6856519. OLE color: 6856519.

HSL color Cylindrical-coordinate representation of color #479F68: hue angle of 142.5º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #479F68 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 159 104 -
CMYK 0.55 0 0.35 0.38
HSL 142.5º 0.38% 0.45% -
HSV(B) 142.5º 0.55% 0.62% -
XYZ 17.5 27.14 17.41 -
YUV 126.42 115.35 88.47 -
System Red Green Blue C M Y K H S L
Decimal 71 159 104 0.55 0 0.35 0.38 142.5 0.38 0.45
Hex 47 9F 68 37 0 23 26 8E 26 2D
Octal 107 237 150 67 0 43 46 216 46 55
Binary 1000111 10011111 1101000 110111 0 100011 100110 10001110 100110 101101

Color Harmonies of #479F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479F68

Black with #479F68

Text Example


Text Example

White with #479F68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,159,104); }

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

background-color css

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

 a { background-color: rgb(71,159,104); }

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

border-color css

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

 span { border-color: rgb(71,159,104); }

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