Html Css Color HEX #407D67 Viridian

📋 copy color: '#407D67'

red 64 ◦ green 125 ◦ blue 103

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

Shades of Viridian #407D67

Tints of Viridian #407D67

RGB

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

 GREEN value IS 125 (49.22% from 255) = 42.81%

 BLUE value IS 103 (40.63% from 255) = 35.27%

R = 21.92%
G = 42.81%
B = 35.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.18

 K value IS 0.51

RGB Variations

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

Color information

#407D67 (or 0x407D67) is known color: Viridian. HEX triplet: 40, 7D and 67. RGB value is (64,125,103). Sum of RGB (Red+Green+Blue) = 64+125+103=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 125 (49.22% from 255 or 42.81% from 292); Blue value is 103 (40.62% from 255 or 35.27% from 292); Max value from RGB is 125 - color contains mainly: green. Hex color #407D67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407D67 is #BF8298. Grayscale: #686868. Windows color (decimal): -12550809 or 6782272. OLE color: 6782272.

HSL color Cylindrical-coordinate representation of color #407D67: hue angle of 158.36º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #407D67 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.51.

Color convert

RGB 64 125 103 -
CMYK 0.49 0 0.18 0.51
HSL 158.36º 0.32% 0.37% -
HSV(B) 158.36º 0.49% 0.49% -
XYZ 11.9 16.74 15.44 -
YUV 104.25 127.29 99.29 -
System Red Green Blue C M Y K H S L
Decimal 64 125 103 0.49 0 0.18 0.51 158.36 0.32 0.37
Hex 40 7D 67 31 0 12 33 9E 20 25
Octal 100 175 147 61 0 22 63 236 40 45
Binary 1000000 1111101 1100111 110001 0 10010 110011 10011110 100000 100101

Color Harmonies of #407D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407D67

Black with #407D67

Text Example


Text Example

White with #407D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,125,103); }

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

background-color css

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

 a { background-color: rgb(64,125,103); }

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

border-color css

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

 span { border-color: rgb(64,125,103); }

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