Html Css Color HEX #415308 Verdun Green

📋 copy color: '#415308'

red 65 ◦ green 83 ◦ blue 8

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

Shades of Verdun Green #415308

Tints of Verdun Green #415308

RGB

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

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

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

R = 41.67%
G = 53.21%
B = 5.13%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#415308 (or 0x415308) is known color: Verdun Green. HEX triplet: 41, 53 and 08. RGB value is (65,83,8). Sum of RGB (Red+Green+Blue) = 65+83+8=156 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.67% from 156); Green value is 83 (32.81% from 255 or 53.21% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 83 - color contains mainly: green. Hex color #415308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415308 is #BEACF7. Grayscale: #454545. Windows color (decimal): -12496120 or 545601. OLE color: 545601.

HSL color Cylindrical-coordinate representation of color #415308: hue angle of 74.4º degrees, saturation: 0.82, 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 #415308 is Cyan = 0.22, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 65 83 8 -
CMYK 0.22 0 0.90 0.67
HSL 74.4º 0.82% 0.18% -
HSV(B) 74.4º 0.9% 0.33% -
XYZ 5.32 7.33 1.36 -
YUV 69.07 93.54 125.1 -
System Red Green Blue C M Y K H S L
Decimal 65 83 8 0.22 0 0.90 0.67 74.4 0.82 0.18
Hex 41 53 8 16 0 5A 43 4A 52 12
Octal 101 123 10 26 0 132 103 112 122 22
Binary 1000001 1010011 1000 10110 0 1011010 1000011 1001010 1010010 10010

Color Harmonies of #415308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415308

Black with #415308

Text Example


Text Example

White with #415308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415308; }

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

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

background-color css

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

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

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

border-color css

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

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

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