Html Css Color HEX #477766 Viridian

📋 copy color: '#477766'

red 71 ◦ green 119 ◦ blue 102

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

Shades of Viridian #477766

Tints of Viridian #477766

RGB

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

 GREEN value IS 119 (46.88% from 255) = 40.75%

 BLUE value IS 102 (40.23% from 255) = 34.93%

R = 24.32%
G = 40.75%
B = 34.93%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#477766 (or 0x477766) is known color: Viridian. HEX triplet: 47, 77 and 66. RGB value is (71,119,102). Sum of RGB (Red+Green+Blue) = 71+119+102=292 (38% of max value = 765). Red value is 71 (28.12% from 255 or 24.32% from 292); Green value is 119 (46.88% from 255 or 40.75% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 119 - color contains mainly: green. Hex color #477766 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477766 is #B88899. Grayscale: #666666. Windows color (decimal): -12093594 or 6715207. OLE color: 6715207.

HSL color Cylindrical-coordinate representation of color #477766: hue angle of 158.75º degrees, saturation: 0.25, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #477766 is Cyan = 0.40, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB 71 119 102 -
CMYK 0.40 0 0.14 0.53
HSL 158.75º 0.25% 0.37% -
HSV(B) 158.75º 0.4% 0.47% -
XYZ 11.59 15.49 14.95 -
YUV 102.71 127.6 105.38 -
System Red Green Blue C M Y K H S L
Decimal 71 119 102 0.40 0 0.14 0.53 158.75 0.25 0.37
Hex 47 77 66 28 0 E 35 9F 19 25
Octal 107 167 146 50 0 16 65 237 31 45
Binary 1000111 1110111 1100110 101000 0 1110 110101 10011111 11001 100101

Color Harmonies of #477766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477766

Black with #477766

Text Example


Text Example

White with #477766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477766; }

 p { color: rgb(71,119,102); }

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

background-color css

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

 a { background-color: rgb(71,119,102); }

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

border-color css

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

 span { border-color: rgb(71,119,102); }

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