Html Css Color HEX #479B68 Ocean Green

📋 copy color: '#479B68'

red 71 ◦ green 155 ◦ blue 104

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

Shades of Ocean Green #479B68

Tints of Ocean Green #479B68

RGB

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

 GREEN value IS 155 (60.94% from 255) = 46.97%

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

R = 21.52%
G = 46.97%
B = 31.52%

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

#479B68 (or 0x479B68) is known color: Ocean Green. HEX triplet: 47, 9B and 68. RGB value is (71,155,104). Sum of RGB (Red+Green+Blue) = 71+155+104=330 (43% of max value = 765). Red value is 71 (28.12% from 255 or 21.52% from 330); Green value is 155 (60.94% from 255 or 46.97% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 155 - color contains mainly: green. Hex color #479B68 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479B68 is #B86497. Grayscale: #7C7C7C. Windows color (decimal): -12084376 or 6855495. OLE color: 6855495.

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

Color convert

RGB 71 155 104 -
CMYK 0.54 0 0.33 0.39
HSL 143.57º 0.37% 0.44% -
HSV(B) 143.57º 0.54% 0.61% -
XYZ 16.82 25.78 17.19 -
YUV 124.07 116.67 90.15 -
System Red Green Blue C M Y K H S L
Decimal 71 155 104 0.54 0 0.33 0.39 143.57 0.37 0.44
Hex 47 9B 68 36 0 21 27 90 25 2C
Octal 107 233 150 66 0 41 47 220 45 54
Binary 1000111 10011011 1101000 110110 0 100001 100111 10010000 100101 101100

Color Harmonies of #479B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479B68

Black with #479B68

Text Example


Text Example

White with #479B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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