Html Css Color HEX #40856A Viridian

📋 copy color: '#40856A'

red 64 ◦ green 133 ◦ blue 106

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

Shades of Viridian #40856A

Tints of Viridian #40856A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.98%

R = 21.12%
G = 43.89%
B = 34.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#40856A (or 0x40856A) is known color: Viridian. HEX triplet: 40, 85 and 6A. RGB value is (64,133,106). Sum of RGB (Red+Green+Blue) = 64+133+106=303 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.12% from 303); Green value is 133 (52.34% from 255 or 43.89% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 133 - color contains mainly: green. Hex color #40856A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40856A is #BF7A95. Grayscale: #6D6D6D. Windows color (decimal): -12548758 or 6980928. OLE color: 6980928.

HSL color Cylindrical-coordinate representation of color #40856A: hue angle of 156.52º 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 #40856A is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 64 133 106 -
CMYK 0.52 0 0.20 0.48
HSL 156.52º 0.35% 0.39% -
HSV(B) 156.52º 0.52% 0.52% -
XYZ 13.1 18.91 16.59 -
YUV 109.29 126.14 95.7 -
System Red Green Blue C M Y K H S L
Decimal 64 133 106 0.52 0 0.20 0.48 156.52 0.35 0.39
Hex 40 85 6A 34 0 14 30 9D 23 27
Octal 100 205 152 64 0 24 60 235 43 47
Binary 1000000 10000101 1101010 110100 0 10100 110000 10011101 100011 100111

Color Harmonies of #40856A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40856A

Black with #40856A

Text Example


Text Example

White with #40856A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40856A; }

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

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

background-color css

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

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

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

border-color css

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

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

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