Html Css Color HEX #415007 Verdun Green

📋 copy color: '#415007'

red 65 ◦ green 80 ◦ blue 7

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

Shades of Verdun Green #415007

Tints of Verdun Green #415007

RGB

 RED value IS 65 (25.78% from 255) = 42.76%

 GREEN value IS 80 (31.64% from 255) = 52.63%

 BLUE value IS 7 (3.13% from 255) = 4.61%

R = 42.76%
G = 52.63%
B = 4.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.91

 K value IS 0.69

RGB Variations

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

Color information

#415007 (or 0x415007) is known color: Verdun Green. HEX triplet: 41, 50 and 07. RGB value is (65,80,7). Sum of RGB (Red+Green+Blue) = 65+80+7=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 7 (3.12% from 255 or 4.61% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #415007 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415007 is #BEAFF8. Grayscale: #434343. Windows color (decimal): -12496889 or 479297. OLE color: 479297.

HSL color Cylindrical-coordinate representation of color #415007: hue angle of 72.33º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #415007 is Cyan = 0.19, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.69.

Color convert

RGB 65 80 7 -
CMYK 0.19 0 0.91 0.69
HSL 72.33º 0.84% 0.17% -
HSV(B) 72.33º 0.91% 0.31% -
XYZ 5.09 6.88 1.26 -
YUV 67.19 94.03 126.44 -
System Red Green Blue C M Y K H S L
Decimal 65 80 7 0.19 0 0.91 0.69 72.33 0.84 0.17
Hex 41 50 7 13 0 5B 45 48 54 11
Octal 101 120 7 23 0 133 105 110 124 21
Binary 1000001 1010000 111 10011 0 1011011 1000101 1001000 1010100 10001

Color Harmonies of #415007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415007

Black with #415007

Text Example


Text Example

White with #415007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415007; }

 p { color: rgb(65,80,7); }

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

background-color css

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

 a { background-color: rgb(65,80,7); }

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

border-color css

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

 span { border-color: rgb(65,80,7); }

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