Html Css Color HEX #479968 Ocean Green

📋 copy color: '#479968'

red 71 ◦ green 153 ◦ blue 104

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

Shades of Ocean Green #479968

Tints of Ocean Green #479968

RGB

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

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

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

R = 21.65%
G = 46.65%
B = 31.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#479968 (or 0x479968) is known color: Ocean Green. HEX triplet: 47, 99 and 68. RGB value is (71,153,104). Sum of RGB (Red+Green+Blue) = 71+153+104=328 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.65% from 328); Green value is 153 (60.16% from 255 or 46.65% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 153 - color contains mainly: green. Hex color #479968 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479968 is #B86697. Grayscale: #7B7B7B. Windows color (decimal): -12084888 or 6854983. OLE color: 6854983.

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

Color convert

RGB 71 153 104 -
CMYK 0.54 0 0.32 0.4
HSL 144.15º 0.37% 0.44% -
HSV(B) 144.15º 0.54% 0.6% -
XYZ 16.49 25.12 17.08 -
YUV 122.9 117.33 90.98 -
System Red Green Blue C M Y K H S L
Decimal 71 153 104 0.54 0 0.32 0.4 144.15 0.37 0.44
Hex 47 99 68 36 0 20 28 90 25 2C
Octal 107 231 150 66 0 40 50 220 45 54
Binary 1000111 10011001 1101000 110110 0 100000 101000 10010000 100101 101100

Color Harmonies of #479968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479968

Black with #479968

Text Example


Text Example

White with #479968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #479968; }

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

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

background-color css

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

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

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

border-color css

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

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

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