Html Css Color HEX #407765 Viridian

📋 copy color: '#407765'

red 64 ◦ green 119 ◦ blue 101

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

Shades of Viridian #407765

Tints of Viridian #407765

RGB

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

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

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

R = 22.54%
G = 41.9%
B = 35.56%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.15

 K value IS 0.53

RGB Variations

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

Color information

#407765 (or 0x407765) is known color: Viridian. HEX triplet: 40, 77 and 65. RGB value is (64,119,101). Sum of RGB (Red+Green+Blue) = 64+119+101=284 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.54% from 284); Green value is 119 (46.88% from 255 or 41.90% from 284); Blue value is 101 (39.84% from 255 or 35.56% from 284); Max value from RGB is 119 - color contains mainly: green. Hex color #407765 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407765 is #BF889A. Grayscale: #646464. Windows color (decimal): -12552347 or 6649664. OLE color: 6649664.

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

Color convert

RGB 64 119 101 -
CMYK 0.46 0 0.15 0.53
HSL 160.36º 0.3% 0.36% -
HSV(B) 160.36º 0.46% 0.47% -
XYZ 11.06 15.22 14.67 -
YUV 100.5 128.28 101.96 -
System Red Green Blue C M Y K H S L
Decimal 64 119 101 0.46 0 0.15 0.53 160.36 0.3 0.36
Hex 40 77 65 2E 0 F 35 A0 1E 24
Octal 100 167 145 56 0 17 65 240 36 44
Binary 1000000 1110111 1100101 101110 0 1111 110101 10100000 11110 100100

Color Harmonies of #407765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407765

Black with #407765

Text Example


Text Example

White with #407765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407765; }

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

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

background-color css

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

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

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

border-color css

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

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

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