Html Css Color HEX #415306 Verdun Green

📋 copy color: '#415306'

red 65 ◦ green 83 ◦ blue 6

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

Shades of Verdun Green #415306

Tints of Verdun Green #415306

RGB

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

 GREEN value IS 83 (32.81% from 255) = 53.9%

 BLUE value IS 6 (2.73% from 255) = 3.9%

R = 42.21%
G = 53.9%
B = 3.9%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#415306 (or 0x415306) is known color: Verdun Green. HEX triplet: 41, 53 and 06. RGB value is (65,83,6). Sum of RGB (Red+Green+Blue) = 65+83+6=154 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.21% from 154); Green value is 83 (32.81% from 255 or 53.90% from 154); Blue value is 6 (2.73% from 255 or 3.90% from 154); Max value from RGB is 83 - color contains mainly: green. Hex color #415306 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415306 is #BEACF9. Grayscale: #454545. Windows color (decimal): -12496122 or 414529. OLE color: 414529.

HSL color Cylindrical-coordinate representation of color #415306: hue angle of 74.03º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #415306 is Cyan = 0.22, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 83 6 -
CMYK 0.22 0 0.93 0.67
HSL 74.03º 0.87% 0.17% -
HSV(B) 74.03º 0.93% 0.33% -
XYZ 5.31 7.32 1.31 -
YUV 68.84 92.54 125.26 -
System Red Green Blue C M Y K H S L
Decimal 65 83 6 0.22 0 0.93 0.67 74.03 0.87 0.17
Hex 41 53 6 16 0 5D 43 4A 57 11
Octal 101 123 6 26 0 135 103 112 127 21
Binary 1000001 1010011 110 10110 0 1011101 1000011 1001010 1010111 10001

Color Harmonies of #415306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415306

Black with #415306

Text Example


Text Example

White with #415306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415306; }

 p { color: rgb(65,83,6); }

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

background-color css

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

 a { background-color: rgb(65,83,6); }

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

border-color css

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

 span { border-color: rgb(65,83,6); }

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