Html Css Color HEX #479E6C Ocean Green

📋 copy color: '#479E6C'

red 71 ◦ green 158 ◦ blue 108

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

Shades of Ocean Green #479E6C

Tints of Ocean Green #479E6C

RGB

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

 GREEN value IS 158 (62.11% from 255) = 46.88%

 BLUE value IS 108 (42.58% from 255) = 32.05%

R = 21.07%
G = 46.88%
B = 32.05%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#479E6C (or 0x479E6C) is known color: Ocean Green. HEX triplet: 47, 9E and 6C. RGB value is (71,158,108). Sum of RGB (Red+Green+Blue) = 71+158+108=337 (44% of max value = 765). Red value is 71 (28.12% from 255 or 21.07% from 337); Green value is 158 (62.11% from 255 or 46.88% from 337); Blue value is 108 (42.58% from 255 or 32.05% from 337); Max value from RGB is 158 - color contains mainly: green. Hex color #479E6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479E6C is #B86193. Grayscale: #7E7E7E. Windows color (decimal): -12083604 or 7118407. OLE color: 7118407.

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

Color convert

RGB 71 158 108 -
CMYK 0.55 0 0.32 0.38
HSL 145.52º 0.38% 0.45% -
HSV(B) 145.52º 0.55% 0.62% -
XYZ 17.53 26.88 18.45 -
YUV 126.29 117.68 88.57 -
System Red Green Blue C M Y K H S L
Decimal 71 158 108 0.55 0 0.32 0.38 145.52 0.38 0.45
Hex 47 9E 6C 37 0 20 26 92 26 2D
Octal 107 236 154 67 0 40 46 222 46 55
Binary 1000111 10011110 1101100 110111 0 100000 100110 10010010 100110 101101

Color Harmonies of #479E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479E6C

Black with #479E6C

Text Example


Text Example

White with #479E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,158,108); }

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

background-color css

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

 a { background-color: rgb(71,158,108); }

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

border-color css

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

 span { border-color: rgb(71,158,108); }

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