Html Css Color HEX #407965 Viridian

📋 copy color: '#407965'

red 64 ◦ green 121 ◦ blue 101

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

Shades of Viridian #407965

Tints of Viridian #407965

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.31%

R = 22.38%
G = 42.31%
B = 35.31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#407965 (or 0x407965) is known color: Viridian. HEX triplet: 40, 79 and 65. RGB value is (64,121,101). Sum of RGB (Red+Green+Blue) = 64+121+101=286 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.38% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 101 (39.84% from 255 or 35.31% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #407965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407965 is #BF869A. Grayscale: #656565. Windows color (decimal): -12551835 or 6650176. OLE color: 6650176.

HSL color Cylindrical-coordinate representation of color #407965: hue angle of 158.95º 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 #407965 is Cyan = 0.47, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 64 121 101 -
CMYK 0.47 0 0.17 0.53
HSL 158.95º 0.31% 0.36% -
HSV(B) 158.95º 0.47% 0.47% -
XYZ 11.3 15.7 14.75 -
YUV 101.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 64 121 101 0.47 0 0.17 0.53 158.95 0.31 0.36
Hex 40 79 65 2F 0 11 35 9F 1F 24
Octal 100 171 145 57 0 21 65 237 37 44
Binary 1000000 1111001 1100101 101111 0 10001 110101 10011111 11111 100100

Color Harmonies of #407965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407965

Black with #407965

Text Example


Text Example

White with #407965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407965; }

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

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

background-color css

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

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

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

border-color css

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

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

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