Html Css Color HEX #40600F Verdun Green

📋 copy color: '#40600F'

red 64 ◦ green 96 ◦ blue 15

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

Shades of Verdun Green #40600F

Tints of Verdun Green #40600F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 54.86%

 BLUE value IS 15 (6.25% from 255) = 8.57%

R = 36.57%
G = 54.86%
B = 8.57%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.84

 K value IS 0.62

RGB Variations

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

Color information

#40600F (or 0x40600F) is known color: Verdun Green. HEX triplet: 40, 60 and 0F. RGB value is (64,96,15). Sum of RGB (Red+Green+Blue) = 64+96+15=175 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.57% from 175); Green value is 96 (37.89% from 255 or 54.86% from 175); Blue value is 15 (6.25% from 255 or 8.57% from 175); Max value from RGB is 96 - color contains mainly: green. Hex color #40600F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40600F is #BF9FF0. Grayscale: #4D4D4D. Windows color (decimal): -12558321 or 1007680. OLE color: 1007680.

HSL color Cylindrical-coordinate representation of color #40600F: hue angle of 83.7º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #40600F is Cyan = 0.33, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 15 -
CMYK 0.33 0 0.84 0.62
HSL 83.7º 0.73% 0.22% -
HSV(B) 83.7º 0.84% 0.38% -
XYZ 6.38 9.49 1.95 -
YUV 77.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 64 96 15 0.33 0 0.84 0.62 83.7 0.73 0.22
Hex 40 60 F 21 0 54 3E 54 49 16
Octal 100 140 17 41 0 124 76 124 111 26
Binary 1000000 1100000 1111 100001 0 1010100 111110 1010100 1001001 10110

Color Harmonies of #40600F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40600F

Black with #40600F

Text Example


Text Example

White with #40600F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40600F; }

 p { color: rgb(64,96,15); }

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

background-color css

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

 a { background-color: rgb(64,96,15); }

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

border-color css

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

 span { border-color: rgb(64,96,15); }

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