Html Css Color HEX #407767 Viridian

📋 copy color: '#407767'

red 64 ◦ green 119 ◦ blue 103

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

Shades of Viridian #407767

Tints of Viridian #407767

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.01%

R = 22.38%
G = 41.61%
B = 36.01%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#407767 (or 0x407767) is known color: Viridian. HEX triplet: 40, 77 and 67. RGB value is (64,119,103). Sum of RGB (Red+Green+Blue) = 64+119+103=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 119 (46.88% from 255 or 41.61% from 286); Blue value is 103 (40.62% from 255 or 36.01% from 286); Max value from RGB is 119 - color contains mainly: green. Hex color #407767 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407767 is #BF8898. Grayscale: #646464. Windows color (decimal): -12552345 or 6780736. OLE color: 6780736.

HSL color Cylindrical-coordinate representation of color #407767: hue angle of 162.55º 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 #407767 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 119 103 -
CMYK 0.46 0 0.13 0.53
HSL 162.55º 0.3% 0.36% -
HSV(B) 162.55º 0.46% 0.47% -
XYZ 11.16 15.26 15.19 -
YUV 100.73 129.28 101.8 -
System Red Green Blue C M Y K H S L
Decimal 64 119 103 0.46 0 0.13 0.53 162.55 0.3 0.36
Hex 40 77 67 2E 0 D 35 A3 1E 24
Octal 100 167 147 56 0 15 65 243 36 44
Binary 1000000 1110111 1100111 101110 0 1101 110101 10100011 11110 100100

Color Harmonies of #407767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407767

Black with #407767

Text Example


Text Example

White with #407767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407767; }

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

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

background-color css

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

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

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

border-color css

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

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

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