Html Css Color HEX #407968 Viridian

📋 copy color: '#407968'

red 64 ◦ green 121 ◦ blue 104

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

Shades of Viridian #407968

Tints of Viridian #407968

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.87%

 BLUE value IS 104 (41.02% from 255) = 35.99%

R = 22.15%
G = 41.87%
B = 35.99%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.14

 K value IS 0.53

RGB Variations

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

Color information

#407968 (or 0x407968) is known color: Viridian. HEX triplet: 40, 79 and 68. RGB value is (64,121,104). Sum of RGB (Red+Green+Blue) = 64+121+104=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 121 (47.66% from 255 or 41.87% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 121 - color contains mainly: green. Hex color #407968 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407968 is #BF8697. Grayscale: #666666. Windows color (decimal): -12551832 or 6846784. OLE color: 6846784.

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

Color convert

RGB 64 121 104 -
CMYK 0.47 0 0.14 0.53
HSL 162.11º 0.31% 0.36% -
HSV(B) 162.11º 0.47% 0.47% -
XYZ 11.45 15.76 15.54 -
YUV 102.02 129.12 100.88 -
System Red Green Blue C M Y K H S L
Decimal 64 121 104 0.47 0 0.14 0.53 162.11 0.31 0.36
Hex 40 79 68 2F 0 E 35 A2 1F 24
Octal 100 171 150 57 0 16 65 242 37 44
Binary 1000000 1111001 1101000 101111 0 1110 110101 10100010 11111 100100

Color Harmonies of #407968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407968

Black with #407968

Text Example


Text Example

White with #407968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407968; }

 p { color: rgb(64,121,104); }

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

background-color css

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

 a { background-color: rgb(64,121,104); }

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

border-color css

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

 span { border-color: rgb(64,121,104); }

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