Html Css Color HEX #408265 Viridian

📋 copy color: '#408265'

red 64 ◦ green 130 ◦ blue 101

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

Shades of Viridian #408265

Tints of Viridian #408265

RGB

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

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

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

R = 21.69%
G = 44.07%
B = 34.24%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#408265 (or 0x408265) is known color: Viridian. HEX triplet: 40, 82 and 65. RGB value is (64,130,101). Sum of RGB (Red+Green+Blue) = 64+130+101=295 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.69% from 295); Green value is 130 (51.17% from 255 or 44.07% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 130 - color contains mainly: green. Hex color #408265 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #408265 is #BF7D9A. Grayscale: #6B6B6B. Windows color (decimal): -12549531 or 6652480. OLE color: 6652480.

HSL color Cylindrical-coordinate representation of color #408265: hue angle of 153.64º 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 #408265 is Cyan = 0.51, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 64 130 101 -
CMYK 0.51 0 0.22 0.49
HSL 153.64º 0.34% 0.38% -
HSV(B) 153.64º 0.51% 0.51% -
XYZ 12.45 17.99 15.13 -
YUV 106.96 124.63 97.36 -
System Red Green Blue C M Y K H S L
Decimal 64 130 101 0.51 0 0.22 0.49 153.64 0.34 0.38
Hex 40 82 65 33 0 16 31 9A 22 26
Octal 100 202 145 63 0 26 61 232 42 46
Binary 1000000 10000010 1100101 110011 0 10110 110001 10011010 100010 100110

Color Harmonies of #408265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #408265

Black with #408265

Text Example


Text Example

White with #408265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #408265; }

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

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

background-color css

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

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

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

border-color css

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

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

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