Html Css Color HEX #40796B Viridian

📋 copy color: '#40796B'

red 64 ◦ green 121 ◦ blue 107

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

Shades of Viridian #40796B

Tints of Viridian #40796B

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.44%

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

R = 21.92%
G = 41.44%
B = 36.64%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.12

 K value IS 0.53

RGB Variations

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

Color information

#40796B (or 0x40796B) is known color: Viridian. HEX triplet: 40, 79 and 6B. RGB value is (64,121,107). Sum of RGB (Red+Green+Blue) = 64+121+107=292 (38% of max value = 765). Red value is 64 (25.39% from 255 or 21.92% from 292); Green value is 121 (47.66% from 255 or 41.44% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 121 - color contains mainly: green. Hex color #40796B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40796B is #BF8694. Grayscale: #666666. Windows color (decimal): -12551829 or 7043392. OLE color: 7043392.

HSL color Cylindrical-coordinate representation of color #40796B: hue angle of 165.26º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40796B is Cyan = 0.47, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 107 -
CMYK 0.47 0 0.12 0.53
HSL 165.26º 0.31% 0.36% -
HSV(B) 165.26º 0.47% 0.47% -
XYZ 11.61 15.83 16.35 -
YUV 102.36 130.62 100.64 -
System Red Green Blue C M Y K H S L
Decimal 64 121 107 0.47 0 0.12 0.53 165.26 0.31 0.36
Hex 40 79 6B 2F 0 C 35 A5 1F 24
Octal 100 171 153 57 0 14 65 245 37 44
Binary 1000000 1111001 1101011 101111 0 1100 110101 10100101 11111 100100

Color Harmonies of #40796B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40796B

Black with #40796B

Text Example


Text Example

White with #40796B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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