Html Css Color HEX #408268 Viridian

📋 copy color: '#408268'

red 64 ◦ green 130 ◦ blue 104

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

Shades of Viridian #408268

Tints of Viridian #408268

RGB

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

 GREEN value IS 130 (51.17% from 255) = 43.62%

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

R = 21.48%
G = 43.62%
B = 34.9%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.2

 K value IS 0.49

RGB Variations

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

Color information

#408268 (or 0x408268) is known color: Viridian. HEX triplet: 40, 82 and 68. RGB value is (64,130,104). Sum of RGB (Red+Green+Blue) = 64+130+104=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 104 (41.02% from 255 or 34.90% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #408268 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408268 is #BF7D97. Grayscale: #6B6B6B. Windows color (decimal): -12549528 or 6849088. OLE color: 6849088.

HSL color Cylindrical-coordinate representation of color #408268: hue angle of 156.36º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #408268 is Cyan = 0.51, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 104 -
CMYK 0.51 0 0.2 0.49
HSL 156.36º 0.34% 0.38% -
HSV(B) 156.36º 0.51% 0.51% -
XYZ 12.6 18.05 15.92 -
YUV 107.3 126.13 97.11 -
System Red Green Blue C M Y K H S L
Decimal 64 130 104 0.51 0 0.2 0.49 156.36 0.34 0.38
Hex 40 82 68 33 0 14 31 9C 22 26
Octal 100 202 150 63 0 24 61 234 42 46
Binary 1000000 10000010 1101000 110011 0 10100 110001 10011100 100010 100110

Color Harmonies of #408268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408268

Black with #408268

Text Example


Text Example

White with #408268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408268; }

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

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

background-color css

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

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

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

border-color css

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

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

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