Html Css Color HEX #479F67 Ocean Green

📋 copy color: '#479F67'

red 71 ◦ green 159 ◦ blue 103

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

Shades of Ocean Green #479F67

Tints of Ocean Green #479F67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.93%

R = 21.32%
G = 47.75%
B = 30.93%

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

#479F67 (or 0x479F67) is known color: Ocean Green. HEX triplet: 47, 9F and 67. RGB value is (71,159,103). Sum of RGB (Red+Green+Blue) = 71+159+103=333 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.32% from 333); Green value is 159 (62.5% from 255 or 47.75% from 333); Blue value is 103 (40.62% from 255 or 30.93% from 333); Max value from RGB is 159 - color contains mainly: green. Hex color #479F67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479F67 is #B86098. Grayscale: #7E7E7E. Windows color (decimal): -12083353 or 6790983. OLE color: 6790983.

HSL color Cylindrical-coordinate representation of color #479F67: hue angle of 141.82º 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 #479F67 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.38.

Color convert

RGB 71 159 103 -
CMYK 0.55 0 0.35 0.38
HSL 141.82º 0.38% 0.45% -
HSV(B) 141.82º 0.55% 0.62% -
XYZ 17.44 27.12 17.15 -
YUV 126.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 71 159 103 0.55 0 0.35 0.38 141.82 0.38 0.45
Hex 47 9F 67 37 0 23 26 8E 26 2D
Octal 107 237 147 67 0 43 46 216 46 55
Binary 1000111 10011111 1100111 110111 0 100011 100110 10001110 100110 101101

Color Harmonies of #479F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479F67

Black with #479F67

Text Example


Text Example

White with #479F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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