Html Css Color HEX #415305 Verdun Green

📋 copy color: '#415305'

red 65 ◦ green 83 ◦ blue 5

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

Shades of Verdun Green #415305

Tints of Verdun Green #415305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.27%

R = 42.48%
G = 54.25%
B = 3.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#415305 (or 0x415305) is known color: Verdun Green. HEX triplet: 41, 53 and 05. RGB value is (65,83,5). Sum of RGB (Red+Green+Blue) = 65+83+5=153 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.48% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 5 (2.34% from 255 or 3.27% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #415305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415305 is #BEACFA. Grayscale: #454545. Windows color (decimal): -12496123 or 348993. OLE color: 348993.

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

Color convert

RGB 65 83 5 -
CMYK 0.22 0 0.94 0.67
HSL 73.85º 0.89% 0.17% -
HSV(B) 73.85º 0.94% 0.33% -
XYZ 5.3 7.32 1.28 -
YUV 68.73 92.04 125.34 -
System Red Green Blue C M Y K H S L
Decimal 65 83 5 0.22 0 0.94 0.67 73.85 0.89 0.17
Hex 41 53 5 16 0 5E 43 4A 59 11
Octal 101 123 5 26 0 136 103 112 131 21
Binary 1000001 1010011 101 10110 0 1011110 1000011 1001010 1011001 10001

Color Harmonies of #415305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415305

Black with #415305

Text Example


Text Example

White with #415305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415305; }

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

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

background-color css

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

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

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

border-color css

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

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

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