Html Css Color HEX #40650C Verdun Green

📋 copy color: '#40650C'

red 64 ◦ green 101 ◦ blue 12

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

Shades of Verdun Green #40650C

Tints of Verdun Green #40650C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 6.78%

R = 36.16%
G = 57.06%
B = 6.78%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.88

 K value IS 0.60

RGB Variations

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

Color information

#40650C (or 0x40650C) is known color: Verdun Green. HEX triplet: 40, 65 and 0C. RGB value is (64,101,12). Sum of RGB (Red+Green+Blue) = 64+101+12=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 101 (39.84% from 255 or 57.06% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 101 - color contains mainly: green. Hex color #40650C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40650C is #BF9AF3. Grayscale: #505050. Windows color (decimal): -12557044 or 812352. OLE color: 812352.

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

Color convert

RGB 64 101 12 -
CMYK 0.37 0 0.88 0.60
HSL 84.94º 0.79% 0.22% -
HSV(B) 84.94º 0.88% 0.4% -
XYZ 6.83 10.42 2 -
YUV 79.79 89.74 116.74 -
System Red Green Blue C M Y K H S L
Decimal 64 101 12 0.37 0 0.88 0.60 84.94 0.79 0.22
Hex 40 65 C 25 0 58 3C 55 4F 16
Octal 100 145 14 45 0 130 74 125 117 26
Binary 1000000 1100101 1100 100101 0 1011000 111100 1010101 1001111 10110

Color Harmonies of #40650C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40650C

Black with #40650C

Text Example


Text Example

White with #40650C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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