Html Css Color HEX #40856B Viridian

📋 copy color: '#40856B'

red 64 ◦ green 133 ◦ blue 107

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

Shades of Viridian #40856B

Tints of Viridian #40856B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 35.2%

R = 21.05%
G = 43.75%
B = 35.2%

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

#40856B (or 0x40856B) is known color: Viridian. HEX triplet: 40, 85 and 6B. RGB value is (64,133,107). Sum of RGB (Red+Green+Blue) = 64+133+107=304 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.05% from 304); Green value is 133 (52.34% from 255 or 43.75% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 133 - color contains mainly: green. Hex color #40856B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40856B is #BF7A94. Grayscale: #6D6D6D. Windows color (decimal): -12548757 or 7046464. OLE color: 7046464.

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

Color convert

RGB 64 133 107 -
CMYK 0.52 0 0.20 0.48
HSL 157.39º 0.35% 0.39% -
HSV(B) 157.39º 0.52% 0.52% -
XYZ 13.16 18.93 16.87 -
YUV 109.41 126.64 95.61 -
System Red Green Blue C M Y K H S L
Decimal 64 133 107 0.52 0 0.20 0.48 157.39 0.35 0.39
Hex 40 85 6B 34 0 14 30 9D 23 27
Octal 100 205 153 64 0 24 60 235 43 47
Binary 1000000 10000101 1101011 110100 0 10100 110000 10011101 100011 100111

Color Harmonies of #40856B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40856B

Black with #40856B

Text Example


Text Example

White with #40856B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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