Html Css Color HEX #479D75 Ocean Green

📋 copy color: '#479D75'

red 71 ◦ green 157 ◦ blue 117

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

Shades of Ocean Green #479D75

Tints of Ocean Green #479D75

RGB

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

 GREEN value IS 157 (61.72% from 255) = 45.51%

 BLUE value IS 117 (46.09% from 255) = 33.91%

R = 20.58%
G = 45.51%
B = 33.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.25

 K value IS 0.38

RGB Variations

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

Color information

#479D75 (or 0x479D75) is known color: Ocean Green. HEX triplet: 47, 9D and 75. RGB value is (71,157,117). Sum of RGB (Red+Green+Blue) = 71+157+117=345 (45% of max value = 765). Red value is 71 (28.12% from 255 or 20.58% from 345); Green value is 157 (61.72% from 255 or 45.51% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 157 - color contains mainly: green. Hex color #479D75 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #479D75 is #B8628A. Grayscale: #7E7E7E. Windows color (decimal): -12083851 or 7707975. OLE color: 7707975.

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

Color convert

RGB 71 157 117 -
CMYK 0.55 0 0.25 0.38
HSL 152.09º 0.38% 0.45% -
HSV(B) 152.09º 0.55% 0.62% -
XYZ 17.87 26.74 21.05 -
YUV 126.73 122.51 88.25 -
System Red Green Blue C M Y K H S L
Decimal 71 157 117 0.55 0 0.25 0.38 152.09 0.38 0.45
Hex 47 9D 75 37 0 19 26 98 26 2D
Octal 107 235 165 67 0 31 46 230 46 55
Binary 1000111 10011101 1110101 110111 0 11001 100110 10011000 100110 101101

Color Harmonies of #479D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #479D75

Black with #479D75

Text Example


Text Example

White with #479D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(71,157,117); }

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

background-color css

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

 a { background-color: rgb(71,157,117); }

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

border-color css

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

 span { border-color: rgb(71,157,117); }

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