Html Css Color HEX #415F12 Verdun Green

📋 copy color: '#415F12'

red 65 ◦ green 95 ◦ blue 18

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

Shades of Verdun Green #415F12

Tints of Verdun Green #415F12

RGB

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

 GREEN value IS 95 (37.5% from 255) = 53.37%

 BLUE value IS 18 (7.42% from 255) = 10.11%

R = 36.52%
G = 53.37%
B = 10.11%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.81

 K value IS 0.63

RGB Variations

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

Color information

#415F12 (or 0x415F12) is known color: Verdun Green. HEX triplet: 41, 5F and 12. RGB value is (65,95,18). Sum of RGB (Red+Green+Blue) = 65+95+18=178 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.52% from 178); Green value is 95 (37.5% from 255 or 53.37% from 178); Blue value is 18 (7.42% from 255 or 10.11% from 178); Max value from RGB is 95 - color contains mainly: green. Hex color #415F12 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415F12 is #BEA0ED. Grayscale: #4D4D4D. Windows color (decimal): -12493038 or 1204033. OLE color: 1204033.

HSL color Cylindrical-coordinate representation of color #415F12: hue angle of 83.38º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #415F12 is Cyan = 0.32, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.

Color convert

RGB 65 95 18 -
CMYK 0.32 0 0.81 0.63
HSL 83.38º 0.68% 0.22% -
HSV(B) 83.38º 0.81% 0.37% -
XYZ 6.38 9.35 2.04 -
YUV 77.25 94.56 119.26 -
System Red Green Blue C M Y K H S L
Decimal 65 95 18 0.32 0 0.81 0.63 83.38 0.68 0.22
Hex 41 5F 12 20 0 51 3F 53 44 16
Octal 101 137 22 40 0 121 77 123 104 26
Binary 1000001 1011111 10010 100000 0 1010001 111111 1010011 1000100 10110

Color Harmonies of #415F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415F12

Black with #415F12

Text Example


Text Example

White with #415F12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415F12; }

 p { color: rgb(65,95,18); }

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

background-color css

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

 a { background-color: rgb(65,95,18); }

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

border-color css

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

 span { border-color: rgb(65,95,18); }

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