Html Css Color HEX #40856F Viridian

📋 copy color: '#40856F'

red 64 ◦ green 133 ◦ blue 111

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

Shades of Viridian #40856F

Tints of Viridian #40856F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 36.04%

R = 20.78%
G = 43.18%
B = 36.04%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.48

RGB Variations

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

Color information

#40856F (or 0x40856F) is known color: Viridian. HEX triplet: 40, 85 and 6F. RGB value is (64,133,111). Sum of RGB (Red+Green+Blue) = 64+133+111=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 111 (43.75% from 255 or 36.04% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #40856F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40856F is #BF7A90. Grayscale: #6D6D6D. Windows color (decimal): -12548753 or 7308608. OLE color: 7308608.

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

Color convert

RGB 64 133 111 -
CMYK 0.52 0 0.17 0.48
HSL 160.87º 0.35% 0.39% -
HSV(B) 160.87º 0.52% 0.52% -
XYZ 13.37 19.01 18 -
YUV 109.86 128.64 95.29 -
System Red Green Blue C M Y K H S L
Decimal 64 133 111 0.52 0 0.17 0.48 160.87 0.35 0.39
Hex 40 85 6F 34 0 11 30 A1 23 27
Octal 100 205 157 64 0 21 60 241 43 47
Binary 1000000 10000101 1101111 110100 0 10001 110000 10100001 100011 100111

Color Harmonies of #40856F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40856F

Black with #40856F

Text Example


Text Example

White with #40856F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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