Html Css Color HEX #40670F Verdun Green

📋 copy color: '#40670F'

red 64 ◦ green 103 ◦ blue 15

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

Shades of Verdun Green #40670F

Tints of Verdun Green #40670F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 56.59%

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

R = 35.16%
G = 56.59%
B = 8.24%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.85

 K value IS 0.60

RGB Variations

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

Color information

#40670F (or 0x40670F) is known color: Verdun Green. HEX triplet: 40, 67 and 0F. RGB value is (64,103,15). Sum of RGB (Red+Green+Blue) = 64+103+15=182 (24% of max value = 765). Red value is 64 (25.39% from 255 or 35.16% from 182); Green value is 103 (40.62% from 255 or 56.59% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 103 - color contains mainly: green. Hex color #40670F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #40670F is #BF98F0. Grayscale: #515151. Windows color (decimal): -12556529 or 1009472. OLE color: 1009472.

HSL color Cylindrical-coordinate representation of color #40670F: hue angle of 86.59º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #40670F is Cyan = 0.38, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 103 15 -
CMYK 0.38 0 0.85 0.60
HSL 86.59º 0.75% 0.23% -
HSV(B) 86.59º 0.85% 0.4% -
XYZ 7.05 10.82 2.17 -
YUV 81.31 90.58 115.66 -
System Red Green Blue C M Y K H S L
Decimal 64 103 15 0.38 0 0.85 0.60 86.59 0.75 0.23
Hex 40 67 F 26 0 55 3C 57 4B 17
Octal 100 147 17 46 0 125 74 127 113 27
Binary 1000000 1100111 1111 100110 0 1010101 111100 1010111 1001011 10111

Color Harmonies of #40670F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40670F

Black with #40670F

Text Example


Text Example

White with #40670F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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