Html Css Color HEX #407969 Viridian

📋 copy color: '#407969'

red 64 ◦ green 121 ◦ blue 105

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

Shades of Viridian #407969

Tints of Viridian #407969

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 36.21%

R = 22.07%
G = 41.72%
B = 36.21%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#407969 (or 0x407969) is known color: Viridian. HEX triplet: 40, 79 and 69. RGB value is (64,121,105). Sum of RGB (Red+Green+Blue) = 64+121+105=290 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.07% from 290); Green value is 121 (47.66% from 255 or 41.72% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 121 - color contains mainly: green. Hex color #407969 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407969 is #BF8696. Grayscale: #666666. Windows color (decimal): -12551831 or 6912320. OLE color: 6912320.

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

Color convert

RGB 64 121 105 -
CMYK 0.47 0 0.13 0.53
HSL 163.16º 0.31% 0.36% -
HSV(B) 163.16º 0.47% 0.47% -
XYZ 11.5 15.78 15.81 -
YUV 102.13 129.62 100.8 -
System Red Green Blue C M Y K H S L
Decimal 64 121 105 0.47 0 0.13 0.53 163.16 0.31 0.36
Hex 40 79 69 2F 0 D 35 A3 1F 24
Octal 100 171 151 57 0 15 65 243 37 44
Binary 1000000 1111001 1101001 101111 0 1101 110101 10100011 11111 100100

Color Harmonies of #407969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407969

Black with #407969

Text Example


Text Example

White with #407969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407969; }

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

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

background-color css

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

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

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

border-color css

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

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

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