Html Css Color HEX #407869 Viridian

📋 copy color: '#407869'

red 64 ◦ green 120 ◦ blue 105

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

Shades of Viridian #407869

Tints of Viridian #407869

RGB

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

 GREEN value IS 120 (47.27% from 255) = 41.52%

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

R = 22.15%
G = 41.52%
B = 36.33%

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

#407869 (or 0x407869) is known color: Viridian. HEX triplet: 40, 78 and 69. RGB value is (64,120,105). Sum of RGB (Red+Green+Blue) = 64+120+105=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 120 - color contains mainly: green. Hex color #407869 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407869 is #BF8796. Grayscale: #656565. Windows color (decimal): -12552087 or 6912064. OLE color: 6912064.

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

Color convert

RGB 64 120 105 -
CMYK 0.47 0 0.13 0.53
HSL 163.93º 0.3% 0.36% -
HSV(B) 163.93º 0.47% 0.47% -
XYZ 11.38 15.54 15.76 -
YUV 101.55 129.95 101.22 -
System Red Green Blue C M Y K H S L
Decimal 64 120 105 0.47 0 0.13 0.53 163.93 0.3 0.36
Hex 40 78 69 2F 0 D 35 A4 1E 24
Octal 100 170 151 57 0 15 65 244 36 44
Binary 1000000 1111000 1101001 101111 0 1101 110101 10100100 11110 100100

Color Harmonies of #407869

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407869

Black with #407869

Text Example


Text Example

White with #407869

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407869; }

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

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

background-color css

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

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

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

border-color css

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

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

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