Html Css Color HEX #415307 Verdun Green

📋 copy color: '#415307'

red 65 ◦ green 83 ◦ blue 7

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

Shades of Verdun Green #415307

Tints of Verdun Green #415307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 4.52%

R = 41.94%
G = 53.55%
B = 4.52%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.92

 K value IS 0.67

RGB Variations

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

Color information

#415307 (or 0x415307) is known color: Verdun Green. HEX triplet: 41, 53 and 07. RGB value is (65,83,7). Sum of RGB (Red+Green+Blue) = 65+83+7=155 (20% of max value = 765). Red value is 65 (25.78% from 255 or 41.94% from 155); Green value is 83 (32.81% from 255 or 53.55% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 83 - color contains mainly: green. Hex color #415307 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415307 is #BEACF8. Grayscale: #454545. Windows color (decimal): -12496121 or 480065. OLE color: 480065.

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

Color convert

RGB 65 83 7 -
CMYK 0.22 0 0.92 0.67
HSL 74.21º 0.84% 0.18% -
HSV(B) 74.21º 0.92% 0.33% -
XYZ 5.31 7.33 1.34 -
YUV 68.95 93.04 125.18 -
System Red Green Blue C M Y K H S L
Decimal 65 83 7 0.22 0 0.92 0.67 74.21 0.84 0.18
Hex 41 53 7 16 0 5C 43 4A 54 12
Octal 101 123 7 26 0 134 103 112 124 22
Binary 1000001 1010011 111 10110 0 1011100 1000011 1001010 1010100 10010

Color Harmonies of #415307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415307

Black with #415307

Text Example


Text Example

White with #415307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415307; }

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

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

background-color css

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

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

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

border-color css

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

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

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