Html Css Color HEX #479D67 Ocean Green

📋 copy color: '#479D67'

red 71 ◦ green 157 ◦ blue 103

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

Shades of Ocean Green #479D67

Tints of Ocean Green #479D67

RGB

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

 GREEN value IS 157 (61.72% from 255) = 47.43%

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

R = 21.45%
G = 47.43%
B = 31.12%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.38

RGB Variations

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

Color information

#479D67 (or 0x479D67) is known color: Ocean Green. HEX triplet: 47, 9D and 67. RGB value is (71,157,103). Sum of RGB (Red+Green+Blue) = 71+157+103=331 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.45% from 331); Green value is 157 (61.72% from 255 or 47.43% from 331); Blue value is 103 (40.62% from 255 or 31.12% from 331); Max value from RGB is 157 - color contains mainly: green. Hex color #479D67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D67 is #B86298. Grayscale: #7D7D7D. Windows color (decimal): -12083865 or 6790471. OLE color: 6790471.

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

Color convert

RGB 71 157 103 -
CMYK 0.55 0 0.34 0.38
HSL 142.33º 0.38% 0.45% -
HSV(B) 142.33º 0.55% 0.62% -
XYZ 17.1 26.43 17.03 -
YUV 125.13 115.51 89.39 -
System Red Green Blue C M Y K H S L
Decimal 71 157 103 0.55 0 0.34 0.38 142.33 0.38 0.45
Hex 47 9D 67 37 0 22 26 8E 26 2D
Octal 107 235 147 67 0 42 46 216 46 55
Binary 1000111 10011101 1100111 110111 0 100010 100110 10001110 100110 101101

Color Harmonies of #479D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D67

Black with #479D67

Text Example


Text Example

White with #479D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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