Html Css Color HEX #407763 Viridian

📋 copy color: '#407763'

red 64 ◦ green 119 ◦ blue 99

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

Shades of Viridian #407763

Tints of Viridian #407763

RGB

 RED value IS 64 (25.39% from 255) = 22.7%

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

 BLUE value IS 99 (39.06% from 255) = 35.11%

R = 22.7%
G = 42.2%
B = 35.11%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#407763 (or 0x407763) is known color: Viridian. HEX triplet: 40, 77 and 63. RGB value is (64,119,99). Sum of RGB (Red+Green+Blue) = 64+119+99=282 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.70% from 282); Green value is 119 (46.88% from 255 or 42.20% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 119 - color contains mainly: green. Hex color #407763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407763 is #BF889C. Grayscale: #646464. Windows color (decimal): -12552349 or 6518592. OLE color: 6518592.

HSL color Cylindrical-coordinate representation of color #407763: hue angle of 158.18º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #407763 is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 99 -
CMYK 0.46 0 0.17 0.53
HSL 158.18º 0.3% 0.36% -
HSV(B) 158.18º 0.46% 0.47% -
XYZ 10.96 15.18 14.16 -
YUV 100.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 64 119 99 0.46 0 0.17 0.53 158.18 0.3 0.36
Hex 40 77 63 2E 0 11 35 9E 1E 24
Octal 100 167 143 56 0 21 65 236 36 44
Binary 1000000 1110111 1100011 101110 0 10001 110101 10011110 11110 100100

Color Harmonies of #407763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407763

Black with #407763

Text Example


Text Example

White with #407763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407763; }

 p { color: rgb(64,119,99); }

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

background-color css

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

 a { background-color: rgb(64,119,99); }

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

border-color css

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

 span { border-color: rgb(64,119,99); }

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