Html Css Color HEX #40630B Verdun Green

📋 copy color: '#40630B'

red 64 ◦ green 99 ◦ blue 11

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

Shades of Verdun Green #40630B

Tints of Verdun Green #40630B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 56.9%

 BLUE value IS 11 (4.69% from 255) = 6.32%

R = 36.78%
G = 56.9%
B = 6.32%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.89

 K value IS 0.61

RGB Variations

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

Color information

#40630B (or 0x40630B) is known color: Verdun Green. HEX triplet: 40, 63 and 0B. RGB value is (64,99,11). Sum of RGB (Red+Green+Blue) = 64+99+11=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 99 (39.06% from 255 or 56.90% from 174); Blue value is 11 (4.69% from 255 or 6.32% from 174); Max value from RGB is 99 - color contains mainly: green. Hex color #40630B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40630B is #BF9CF4. Grayscale: #4E4E4E. Windows color (decimal): -12557557 or 746304. OLE color: 746304.

HSL color Cylindrical-coordinate representation of color #40630B: hue angle of 83.86º degrees, saturation: 0.8, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #40630B is Cyan = 0.35, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 11 -
CMYK 0.35 0 0.89 0.61
HSL 83.86º 0.8% 0.22% -
HSV(B) 83.86º 0.89% 0.39% -
XYZ 6.64 10.04 1.9 -
YUV 78.5 89.9 117.66 -
System Red Green Blue C M Y K H S L
Decimal 64 99 11 0.35 0 0.89 0.61 83.86 0.8 0.22
Hex 40 63 B 23 0 59 3D 54 50 16
Octal 100 143 13 43 0 131 75 124 120 26
Binary 1000000 1100011 1011 100011 0 1011001 111101 1010100 1010000 10110

Color Harmonies of #40630B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40630B

Black with #40630B

Text Example


Text Example

White with #40630B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,99,11); }

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

background-color css

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

 a { background-color: rgb(64,99,11); }

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

border-color css

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

 span { border-color: rgb(64,99,11); }

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