Html Css Color HEX #408568 Viridian

📋 copy color: '#408568'

red 64 ◦ green 133 ◦ blue 104

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

Shades of Viridian #408568

Tints of Viridian #408568

RGB

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

 GREEN value IS 133 (52.34% from 255) = 44.19%

 BLUE value IS 104 (41.02% from 255) = 34.55%

R = 21.26%
G = 44.19%
B = 34.55%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.48

RGB Variations

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

Color information

#408568 (or 0x408568) is known color: Viridian. HEX triplet: 40, 85 and 68. RGB value is (64,133,104). Sum of RGB (Red+Green+Blue) = 64+133+104=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 133 (52.34% from 255 or 44.19% from 301); Blue value is 104 (41.02% from 255 or 34.55% from 301); Max value from RGB is 133 - color contains mainly: green. Hex color #408568 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408568 is #BF7A97. Grayscale: #6D6D6D. Windows color (decimal): -12548760 or 6849856. OLE color: 6849856.

HSL color Cylindrical-coordinate representation of color #408568: hue angle of 154.78º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #408568 is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 104 -
CMYK 0.52 0 0.22 0.48
HSL 154.78º 0.35% 0.39% -
HSV(B) 154.78º 0.52% 0.52% -
XYZ 13 18.86 16.05 -
YUV 109.06 125.14 95.86 -
System Red Green Blue C M Y K H S L
Decimal 64 133 104 0.52 0 0.22 0.48 154.78 0.35 0.39
Hex 40 85 68 34 0 16 30 9B 23 27
Octal 100 205 150 64 0 26 60 233 43 47
Binary 1000000 10000101 1101000 110100 0 10110 110000 10011011 100011 100111

Color Harmonies of #408568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408568

Black with #408568

Text Example


Text Example

White with #408568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408568; }

 p { color: rgb(64,133,104); }

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

background-color css

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

 a { background-color: rgb(64,133,104); }

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

border-color css

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

 span { border-color: rgb(64,133,104); }

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