Html Css Color HEX #415304 Verdun Green

📋 copy color: '#415304'

red 65 ◦ green 83 ◦ blue 4

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

Shades of Verdun Green #415304

Tints of Verdun Green #415304

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 2.63%

R = 42.76%
G = 54.61%
B = 2.63%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.95

 K value IS 0.67

RGB Variations

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

Color information

#415304 (or 0x415304) is known color: Verdun Green. HEX triplet: 41, 53 and 04. RGB value is (65,83,4). Sum of RGB (Red+Green+Blue) = 65+83+4=152 (20% of max value = 765). Red value is 65 (25.78% from 255 or 42.76% from 152); Green value is 83 (32.81% from 255 or 54.61% from 152); Blue value is 4 (1.95% from 255 or 2.63% from 152); Max value from RGB is 83 - color contains mainly: green. Hex color #415304 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415304 is #BEACFB. Grayscale: #444444. Windows color (decimal): -12496124 or 283457. OLE color: 283457.

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

Color convert

RGB 65 83 4 -
CMYK 0.22 0 0.95 0.67
HSL 73.67º 0.91% 0.17% -
HSV(B) 73.67º 0.95% 0.33% -
XYZ 5.3 7.32 1.25 -
YUV 68.61 91.54 125.42 -
System Red Green Blue C M Y K H S L
Decimal 65 83 4 0.22 0 0.95 0.67 73.67 0.91 0.17
Hex 41 53 4 16 0 5F 43 4A 5B 11
Octal 101 123 4 26 0 137 103 112 133 21
Binary 1000001 1010011 100 10110 0 1011111 1000011 1001010 1011011 10001

Color Harmonies of #415304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415304

Black with #415304

Text Example


Text Example

White with #415304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415304; }

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

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

background-color css

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

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

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

border-color css

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

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

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