Html Css Color HEX #477C65 Viridian

📋 copy color: '#477C65'

red 71 ◦ green 124 ◦ blue 101

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

Shades of Viridian #477C65

Tints of Viridian #477C65

RGB

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

 GREEN value IS 124 (48.83% from 255) = 41.89%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 23.99%
G = 41.89%
B = 34.12%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.19

 K value IS 0.51

RGB Variations

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

Color information

#477C65 (or 0x477C65) is known color: Viridian. HEX triplet: 47, 7C and 65. RGB value is (71,124,101). Sum of RGB (Red+Green+Blue) = 71+124+101=296 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.99% from 296); Green value is 124 (48.83% from 255 or 41.89% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 124 - color contains mainly: green. Hex color #477C65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #477C65 is #B8839A. Grayscale: #696969. Windows color (decimal): -12092315 or 6650951. OLE color: 6650951.

HSL color Cylindrical-coordinate representation of color #477C65: hue angle of 153.96º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #477C65 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.51.

Color convert

RGB 71 124 101 -
CMYK 0.43 0 0.19 0.51
HSL 153.96º 0.27% 0.38% -
HSV(B) 153.96º 0.43% 0.49% -
XYZ 12.16 16.69 14.89 -
YUV 105.53 125.44 103.37 -
System Red Green Blue C M Y K H S L
Decimal 71 124 101 0.43 0 0.19 0.51 153.96 0.27 0.38
Hex 47 7C 65 2B 0 13 33 9A 1B 26
Octal 107 174 145 53 0 23 63 232 33 46
Binary 1000111 1111100 1100101 101011 0 10011 110011 10011010 11011 100110

Color Harmonies of #477C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #477C65

Black with #477C65

Text Example


Text Example

White with #477C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #477C65; }

 p { color: rgb(71,124,101); }

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

background-color css

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

 a { background-color: rgb(71,124,101); }

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

border-color css

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

 span { border-color: rgb(71,124,101); }

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