Html Css Color HEX #408774 Viridian

📋 copy color: '#408774'

red 64 ◦ green 135 ◦ blue 116

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

Shades of Viridian #408774

Tints of Viridian #408774

RGB

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

 GREEN value IS 135 (53.13% from 255) = 42.86%

 BLUE value IS 116 (45.7% from 255) = 36.83%

R = 20.32%
G = 42.86%
B = 36.83%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#408774 (or 0x408774) is known color: Viridian. HEX triplet: 40, 87 and 74. RGB value is (64,135,116). Sum of RGB (Red+Green+Blue) = 64+135+116=315 (41% of max value = 765). Red value is 64 (25.39% from 255 or 20.32% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 116 (45.70% from 255 or 36.83% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #408774 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408774 is #BF788B. Grayscale: #6F6F6F. Windows color (decimal): -12548236 or 7636800. OLE color: 7636800.

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

Color convert

RGB 64 135 116 -
CMYK 0.53 0 0.14 0.47
HSL 163.94º 0.36% 0.39% -
HSV(B) 163.94º 0.53% 0.53% -
XYZ 13.93 19.68 19.59 -
YUV 111.61 130.48 94.04 -
System Red Green Blue C M Y K H S L
Decimal 64 135 116 0.53 0 0.14 0.47 163.94 0.36 0.39
Hex 40 87 74 35 0 E 2F A4 24 27
Octal 100 207 164 65 0 16 57 244 44 47
Binary 1000000 10000111 1110100 110101 0 1110 101111 10100100 100100 100111

Color Harmonies of #408774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408774

Black with #408774

Text Example


Text Example

White with #408774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408774; }

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

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

background-color css

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

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

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

border-color css

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

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

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