Html Css Color HEX #40896B Viridian

📋 copy color: '#40896B'

red 64 ◦ green 137 ◦ blue 107

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

Shades of Viridian #40896B

Tints of Viridian #40896B

RGB

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

 GREEN value IS 137 (53.91% from 255) = 44.48%

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

R = 20.78%
G = 44.48%
B = 34.74%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#40896B (or 0x40896B) is known color: Viridian. HEX triplet: 40, 89 and 6B. RGB value is (64,137,107). Sum of RGB (Red+Green+Blue) = 64+137+107=308 (40% of max value = 765). Red value is 64 (25.39% from 255 or 20.78% from 308); Green value is 137 (53.91% from 255 or 44.48% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 137 - color contains mainly: green. Hex color #40896B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #40896B is #BF7694. Grayscale: #6F6F6F. Windows color (decimal): -12547733 or 7047488. OLE color: 7047488.

HSL color Cylindrical-coordinate representation of color #40896B: hue angle of 155.34º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #40896B is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 64 137 107 -
CMYK 0.53 0 0.22 0.46
HSL 155.34º 0.36% 0.39% -
HSV(B) 155.34º 0.53% 0.54% -
XYZ 13.71 20.04 17.06 -
YUV 111.75 125.32 93.94 -
System Red Green Blue C M Y K H S L
Decimal 64 137 107 0.53 0 0.22 0.46 155.34 0.36 0.39
Hex 40 89 6B 35 0 16 2E 9B 24 27
Octal 100 211 153 65 0 26 56 233 44 47
Binary 1000000 10001001 1101011 110101 0 10110 101110 10011011 100100 100111

Color Harmonies of #40896B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40896B

Black with #40896B

Text Example


Text Example

White with #40896B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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