Html Css Color HEX #40650D Verdun Green

📋 copy color: '#40650D'

red 64 ◦ green 101 ◦ blue 13

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

Shades of Verdun Green #40650D

Tints of Verdun Green #40650D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 56.74%

 BLUE value IS 13 (5.47% from 255) = 7.3%

R = 35.96%
G = 56.74%
B = 7.3%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.87

 K value IS 0.60

RGB Variations

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

Color information

#40650D (or 0x40650D) is known color: Verdun Green. HEX triplet: 40, 65 and 0D. RGB value is (64,101,13). Sum of RGB (Red+Green+Blue) = 64+101+13=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 101 (39.84% from 255 or 56.74% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 101 - color contains mainly: green. Hex color #40650D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40650D is #BF9AF2. Grayscale: #505050. Windows color (decimal): -12557043 or 877888. OLE color: 877888.

HSL color Cylindrical-coordinate representation of color #40650D: hue angle of 85.23º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #40650D is Cyan = 0.37, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 101 13 -
CMYK 0.37 0 0.87 0.60
HSL 85.23º 0.77% 0.22% -
HSV(B) 85.23º 0.87% 0.4% -
XYZ 6.84 10.43 2.03 -
YUV 79.91 90.24 116.66 -
System Red Green Blue C M Y K H S L
Decimal 64 101 13 0.37 0 0.87 0.60 85.23 0.77 0.22
Hex 40 65 D 25 0 57 3C 55 4D 16
Octal 100 145 15 45 0 127 74 125 115 26
Binary 1000000 1100101 1101 100101 0 1010111 111100 1010101 1001101 10110

Color Harmonies of #40650D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40650D

Black with #40650D

Text Example


Text Example

White with #40650D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40650D; }

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

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

background-color css

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

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

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

border-color css

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

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

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