Html Css Color HEX #415408 Verdun Green

📋 copy color: '#415408'

red 65 ◦ green 84 ◦ blue 8

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

Shades of Verdun Green #415408

Tints of Verdun Green #415408

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.1%

R = 41.4%
G = 53.5%
B = 5.1%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#415408 (or 0x415408) is known color: Verdun Green. HEX triplet: 41, 54 and 08. RGB value is (65,84,8). Sum of RGB (Red+Green+Blue) = 65+84+8=157 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.40% from 157); Green value is 84 (33.20% from 255 or 53.50% from 157); Blue value is 8 (3.52% from 255 or 5.10% from 157); Max value from RGB is 84 - color contains mainly: green. Hex color #415408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415408 is #BEABF7. Grayscale: #454545. Windows color (decimal): -12495864 or 545857. OLE color: 545857.

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

Color convert

RGB 65 84 8 -
CMYK 0.23 0 0.90 0.67
HSL 75º 0.83% 0.18% -
HSV(B) 75º 0.9% 0.33% -
XYZ 5.39 7.48 1.39 -
YUV 69.66 93.21 124.68 -
System Red Green Blue C M Y K H S L
Decimal 65 84 8 0.23 0 0.90 0.67 75 0.83 0.18
Hex 41 54 8 17 0 5A 43 4B 53 12
Octal 101 124 10 27 0 132 103 113 123 22
Binary 1000001 1010100 1000 10111 0 1011010 1000011 1001011 1010011 10010

Color Harmonies of #415408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415408

Black with #415408

Text Example


Text Example

White with #415408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415408; }

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

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

background-color css

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

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

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

border-color css

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

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

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