Html Css Color HEX #407465 Viridian

📋 copy color: '#407465'

red 64 ◦ green 116 ◦ blue 101

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

Shades of Viridian #407465

Tints of Viridian #407465

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.28%

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

R = 22.78%
G = 41.28%
B = 35.94%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#407465 (or 0x407465) is known color: Viridian. HEX triplet: 40, 74 and 65. RGB value is (64,116,101). Sum of RGB (Red+Green+Blue) = 64+116+101=281 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.78% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 101 (39.84% from 255 or 35.94% from 281); Max value from RGB is 116 - color contains mainly: green. Hex color #407465 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407465 is #BF8B9A. Grayscale: #626262. Windows color (decimal): -12553115 or 6648896. OLE color: 6648896.

HSL color Cylindrical-coordinate representation of color #407465: hue angle of 162.69º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #407465 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB 64 116 101 -
CMYK 0.45 0 0.13 0.55
HSL 162.69º 0.29% 0.35% -
HSV(B) 162.69º 0.45% 0.45% -
XYZ 10.71 14.52 14.55 -
YUV 98.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 64 116 101 0.45 0 0.13 0.55 162.69 0.29 0.35
Hex 40 74 65 2D 0 D 37 A3 1D 23
Octal 100 164 145 55 0 15 67 243 35 43
Binary 1000000 1110100 1100101 101101 0 1101 110111 10100011 11101 100011

Color Harmonies of #407465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407465

Black with #407465

Text Example


Text Example

White with #407465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407465; }

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

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

background-color css

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

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

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

border-color css

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

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

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