Html Css Color HEX #479C69 Ocean Green

📋 copy color: '#479C69'

red 71 ◦ green 156 ◦ blue 105

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

Shades of Ocean Green #479C69

Tints of Ocean Green #479C69

RGB

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

 GREEN value IS 156 (61.33% from 255) = 46.99%

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

R = 21.39%
G = 46.99%
B = 31.63%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.39

RGB Variations

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

Color information

#479C69 (or 0x479C69) is known color: Ocean Green. HEX triplet: 47, 9C and 69. RGB value is (71,156,105). Sum of RGB (Red+Green+Blue) = 71+156+105=332 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.39% from 332); Green value is 156 (61.33% from 255 or 46.99% from 332); Blue value is 105 (41.41% from 255 or 31.63% from 332); Max value from RGB is 156 - color contains mainly: green. Hex color #479C69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479C69 is #B86396. Grayscale: #7C7C7C. Windows color (decimal): -12084119 or 6921287. OLE color: 6921287.

HSL color Cylindrical-coordinate representation of color #479C69: hue angle of 144º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #479C69 is Cyan = 0.54, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB 71 156 105 -
CMYK 0.54 0 0.33 0.39
HSL 144º 0.37% 0.45% -
HSV(B) 144º 0.54% 0.61% -
XYZ 17.04 26.14 17.51 -
YUV 124.77 116.84 89.65 -
System Red Green Blue C M Y K H S L
Decimal 71 156 105 0.54 0 0.33 0.39 144 0.37 0.45
Hex 47 9C 69 36 0 21 27 90 25 2D
Octal 107 234 151 66 0 41 47 220 45 55
Binary 1000111 10011100 1101001 110110 0 100001 100111 10010000 100101 101101

Color Harmonies of #479C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479C69

Black with #479C69

Text Example


Text Example

White with #479C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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