Html Css Color HEX #40610A Verdun Green

📋 copy color: '#40610A'

red 64 ◦ green 97 ◦ blue 10

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

Shades of Verdun Green #40610A

Tints of Verdun Green #40610A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 56.73%

 BLUE value IS 10 (4.3% from 255) = 5.85%

R = 37.43%
G = 56.73%
B = 5.85%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.90

 K value IS 0.62

RGB Variations

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

Color information

#40610A (or 0x40610A) is known color: Verdun Green. HEX triplet: 40, 61 and 0A. RGB value is (64,97,10). Sum of RGB (Red+Green+Blue) = 64+97+10=171 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.43% from 171); Green value is 97 (38.28% from 255 or 56.73% from 171); Blue value is 10 (4.30% from 255 or 5.85% from 171); Max value from RGB is 97 - color contains mainly: green. Hex color #40610A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40610A is #BF9EF5. Grayscale: #4D4D4D. Windows color (decimal): -12558070 or 680256. OLE color: 680256.

HSL color Cylindrical-coordinate representation of color #40610A: hue angle of 82.76º degrees, saturation: 0.81, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #40610A is Cyan = 0.34, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 97 10 -
CMYK 0.34 0 0.90 0.62
HSL 82.76º 0.81% 0.21% -
HSV(B) 82.76º 0.9% 0.38% -
XYZ 6.44 9.66 1.81 -
YUV 77.22 90.07 118.57 -
System Red Green Blue C M Y K H S L
Decimal 64 97 10 0.34 0 0.90 0.62 82.76 0.81 0.21
Hex 40 61 A 22 0 5A 3E 53 51 15
Octal 100 141 12 42 0 132 76 123 121 25
Binary 1000000 1100001 1010 100010 0 1011010 111110 1010011 1010001 10101

Color Harmonies of #40610A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40610A

Black with #40610A

Text Example


Text Example

White with #40610A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40610A; }

 p { color: rgb(64,97,10); }

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

background-color css

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

 a { background-color: rgb(64,97,10); }

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

border-color css

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

 span { border-color: rgb(64,97,10); }

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