Html Css Color HEX #415400 Verdun Green

📋 copy color: '#415400'

red 65 ◦ green 84 ◦ blue 0

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

Shades of Verdun Green #415400

Tints of Verdun Green #415400

RGB

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

 GREEN value IS 84 (33.2% from 255) = 56.38%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 43.62%
G = 56.38%
B = 0%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 1

 K value IS 0.67

RGB Variations

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

Color information

#415400 (or 0x415400) is known color: Verdun Green. HEX triplet: 41, 54 and 00. RGB value is (65,84,0). Sum of RGB (Red+Green+Blue) = 65+84+0=149 (19% of max value = 765). Red value is 65 (25.78% from 255 or 43.62% from 149); Green value is 84 (33.20% from 255 or 56.38% from 149); Blue value is 0 (0.39% from 255 or 0% from 149); Max value from RGB is 84 - color contains mainly: green. Hex color #415400 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415400 is #BEABFF. Grayscale: #454545. Windows color (decimal): -12495872 or 21569. OLE color: 21569.

HSL color Cylindrical-coordinate representation of color #415400: hue angle of 73.57º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #415400 is Cyan = 0.23, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 84 0 -
CMYK 0.23 0 1 0.67
HSL 73.57º 1% 0.16% -
HSV(B) 73.57º 1% 0.33% -
XYZ 5.35 7.46 1.16 -
YUV 68.74 89.21 125.33 -
System Red Green Blue C M Y K H S L
Decimal 65 84 0 0.23 0 1 0.67 73.57 1 0.16
Hex 41 54 0 17 0 64 43 4A 64 10
Octal 101 124 0 27 0 144 103 112 144 20
Binary 1000001 1010100 0 10111 0 1100100 1000011 1001010 1100100 10000

Color Harmonies of #415400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415400

Black with #415400

Text Example


Text Example

White with #415400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415400; }

 p { color: rgb(65,84,0); }

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

background-color css

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

 a { background-color: rgb(65,84,0); }

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

border-color css

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

 span { border-color: rgb(65,84,0); }

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