Html Css Color HEX #407A6C Viridian

📋 copy color: '#407A6C'

red 64 ◦ green 122 ◦ blue 108

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

Shades of Viridian #407A6C

Tints of Viridian #407A6C

RGB

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

 GREEN value IS 122 (48.05% from 255) = 41.5%

 BLUE value IS 108 (42.58% from 255) = 36.73%

R = 21.77%
G = 41.5%
B = 36.73%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#407A6C (or 0x407A6C) is known color: Viridian. HEX triplet: 40, 7A and 6C. RGB value is (64,122,108). Sum of RGB (Red+Green+Blue) = 64+122+108=294 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.77% from 294); Green value is 122 (48.05% from 255 or 41.50% from 294); Blue value is 108 (42.58% from 255 or 36.73% from 294); Max value from RGB is 122 - color contains mainly: green. Hex color #407A6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A6C is #BF8593. Grayscale: #676767. Windows color (decimal): -12551572 or 7109184. OLE color: 7109184.

HSL color Cylindrical-coordinate representation of color #407A6C: hue angle of 165.52º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A6C is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 122 108 -
CMYK 0.48 0 0.11 0.52
HSL 165.52º 0.31% 0.36% -
HSV(B) 165.52º 0.48% 0.48% -
XYZ 11.78 16.09 16.67 -
YUV 103.06 130.78 100.14 -
System Red Green Blue C M Y K H S L
Decimal 64 122 108 0.48 0 0.11 0.52 165.52 0.31 0.36
Hex 40 7A 6C 30 0 B 34 A6 1F 24
Octal 100 172 154 60 0 13 64 246 37 44
Binary 1000000 1111010 1101100 110000 0 1011 110100 10100110 11111 100100

Color Harmonies of #407A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A6C

Black with #407A6C

Text Example


Text Example

White with #407A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407A6C; }

 p { color: rgb(64,122,108); }

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

background-color css

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

 a { background-color: rgb(64,122,108); }

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

border-color css

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

 span { border-color: rgb(64,122,108); }

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