Html Css Color HEX #479969 Ocean Green

📋 copy color: '#479969'

red 71 ◦ green 153 ◦ blue 105

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

Shades of Ocean Green #479969

Tints of Ocean Green #479969

RGB

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

 GREEN value IS 153 (60.16% from 255) = 46.5%

 BLUE value IS 105 (41.41% from 255) = 31.91%

R = 21.58%
G = 46.5%
B = 31.91%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.31

 K value IS 0.4

RGB Variations

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

Color information

#479969 (or 0x479969) is known color: Ocean Green. HEX triplet: 47, 99 and 69. RGB value is (71,153,105). Sum of RGB (Red+Green+Blue) = 71+153+105=329 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.58% from 329); Green value is 153 (60.16% from 255 or 46.50% from 329); Blue value is 105 (41.41% from 255 or 31.91% from 329); Max value from RGB is 153 - color contains mainly: green. Hex color #479969 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479969 is #B86696. Grayscale: #7B7B7B. Windows color (decimal): -12084887 or 6920519. OLE color: 6920519.

HSL color Cylindrical-coordinate representation of color #479969: hue angle of 144.88º 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 #479969 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.4.

Color convert

RGB 71 153 105 -
CMYK 0.54 0 0.31 0.4
HSL 144.88º 0.37% 0.44% -
HSV(B) 144.88º 0.54% 0.6% -
XYZ 16.54 25.14 17.35 -
YUV 123.01 117.83 90.9 -
System Red Green Blue C M Y K H S L
Decimal 71 153 105 0.54 0 0.31 0.4 144.88 0.37 0.44
Hex 47 99 69 36 0 1F 28 91 25 2C
Octal 107 231 151 66 0 37 50 221 45 54
Binary 1000111 10011001 1101001 110110 0 11111 101000 10010001 100101 101100

Color Harmonies of #479969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479969

Black with #479969

Text Example


Text Example

White with #479969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479969; }

 p { color: rgb(71,153,105); }

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

background-color css

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

 a { background-color: rgb(71,153,105); }

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

border-color css

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

 span { border-color: rgb(71,153,105); }

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