Html Css Color HEX #407B6C Viridian

📋 copy color: '#407B6C'

red 64 ◦ green 123 ◦ blue 108

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

Shades of Viridian #407B6C

Tints of Viridian #407B6C

RGB

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

 GREEN value IS 123 (48.44% from 255) = 41.69%

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

R = 21.69%
G = 41.69%
B = 36.61%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#407B6C (or 0x407B6C) is known color: Viridian. HEX triplet: 40, 7B and 6C. RGB value is (64,123,108). Sum of RGB (Red+Green+Blue) = 64+123+108=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 123 (48.44% from 255 or 41.69% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 123 - color contains mainly: green. Hex color #407B6C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B6C is #BF8493. Grayscale: #676767. Windows color (decimal): -12551316 or 7109440. OLE color: 7109440.

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

Color convert

RGB 64 123 108 -
CMYK 0.48 0 0.12 0.52
HSL 164.75º 0.32% 0.37% -
HSV(B) 164.75º 0.48% 0.48% -
XYZ 11.9 16.34 16.71 -
YUV 103.65 130.45 99.72 -
System Red Green Blue C M Y K H S L
Decimal 64 123 108 0.48 0 0.12 0.52 164.75 0.32 0.37
Hex 40 7B 6C 30 0 C 34 A5 20 25
Octal 100 173 154 60 0 14 64 245 40 45
Binary 1000000 1111011 1101100 110000 0 1100 110100 10100101 100000 100101

Color Harmonies of #407B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B6C

Black with #407B6C

Text Example


Text Example

White with #407B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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