Html Css Color HEX #407F6C Viridian

📋 copy color: '#407F6C'

red 64 ◦ green 127 ◦ blue 108

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

Shades of Viridian #407F6C

Tints of Viridian #407F6C

RGB

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

 GREEN value IS 127 (50% from 255) = 42.47%

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 21.4%
G = 42.47%
B = 36.12%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.15

 K value IS 0.50

RGB Variations

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

Color information

#407F6C (or 0x407F6C) is known color: Viridian. HEX triplet: 40, 7F and 6C. RGB value is (64,127,108). Sum of RGB (Red+Green+Blue) = 64+127+108=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 127 (50% from 255 or 42.47% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 127 - color contains mainly: green. Hex color #407F6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407F6C is #BF8093. Grayscale: #6A6A6A. Windows color (decimal): -12550292 or 7110464. OLE color: 7110464.

HSL color Cylindrical-coordinate representation of color #407F6C: hue angle of 161.9º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #407F6C is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.50.

Color convert

RGB 64 127 108 -
CMYK 0.50 0 0.15 0.50
HSL 161.9º 0.33% 0.37% -
HSV(B) 161.9º 0.5% 0.5% -
XYZ 12.41 17.35 16.88 -
YUV 106 129.13 98.04 -
System Red Green Blue C M Y K H S L
Decimal 64 127 108 0.50 0 0.15 0.50 161.9 0.33 0.37
Hex 40 7F 6C 32 0 F 32 A2 21 25
Octal 100 177 154 62 0 17 62 242 41 45
Binary 1000000 1111111 1101100 110010 0 1111 110010 10100010 100001 100101

Color Harmonies of #407F6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407F6C

Black with #407F6C

Text Example


Text Example

White with #407F6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,127,108); }

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

background-color css

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

 a { background-color: rgb(64,127,108); }

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

border-color css

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

 span { border-color: rgb(64,127,108); }

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