Html Css Color HEX #408665 Viridian

📋 copy color: '#408665'

red 64 ◦ green 134 ◦ blue 101

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

Shades of Viridian #408665

Tints of Viridian #408665

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.82%

 BLUE value IS 101 (39.84% from 255) = 33.78%

R = 21.4%
G = 44.82%
B = 33.78%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.25

 K value IS 0.47

RGB Variations

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

Color information

#408665 (or 0x408665) is known color: Viridian. HEX triplet: 40, 86 and 65. RGB value is (64,134,101). Sum of RGB (Red+Green+Blue) = 64+134+101=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 134 (52.73% from 255 or 44.82% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 134 - color contains mainly: green. Hex color #408665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408665 is #BF799A. Grayscale: #6D6D6D. Windows color (decimal): -12548507 or 6653504. OLE color: 6653504.

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

Color convert

RGB 64 134 101 -
CMYK 0.52 0 0.25 0.47
HSL 151.71º 0.35% 0.39% -
HSV(B) 151.71º 0.52% 0.53% -
XYZ 12.99 19.08 15.31 -
YUV 109.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 64 134 101 0.52 0 0.25 0.47 151.71 0.35 0.39
Hex 40 86 65 34 0 19 2F 98 23 27
Octal 100 206 145 64 0 31 57 230 43 47
Binary 1000000 10000110 1100101 110100 0 11001 101111 10011000 100011 100111

Color Harmonies of #408665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408665

Black with #408665

Text Example


Text Example

White with #408665

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408665; }

 p { color: rgb(64,134,101); }

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

background-color css

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

 a { background-color: rgb(64,134,101); }

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

border-color css

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

 span { border-color: rgb(64,134,101); }

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