Html Css Color HEX #415303 Verdun Green

📋 copy color: '#415303'

red 65 ◦ green 83 ◦ blue 3

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

Shades of Verdun Green #415303

Tints of Verdun Green #415303

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.99%

R = 43.05%
G = 54.97%
B = 1.99%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.96

 K value IS 0.67

RGB Variations

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

Color information

#415303 (or 0x415303) is known color: Verdun Green. HEX triplet: 41, 53 and 03. RGB value is (65,83,3). Sum of RGB (Red+Green+Blue) = 65+83+3=151 (20% of max value = 765). Red value is 65 (25.78% from 255 or 43.05% from 151); Green value is 83 (32.81% from 255 or 54.97% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 83 - color contains mainly: green. Hex color #415303 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #415303 is #BEACFC. Grayscale: #444444. Windows color (decimal): -12496125 or 217921. OLE color: 217921.

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

Color convert

RGB 65 83 3 -
CMYK 0.22 0 0.96 0.67
HSL 73.5º 0.93% 0.17% -
HSV(B) 73.5º 0.96% 0.33% -
XYZ 5.29 7.32 1.22 -
YUV 68.5 91.04 125.5 -
System Red Green Blue C M Y K H S L
Decimal 65 83 3 0.22 0 0.96 0.67 73.5 0.93 0.17
Hex 41 53 3 16 0 60 43 4A 5D 11
Octal 101 123 3 26 0 140 103 112 135 21
Binary 1000001 1010011 11 10110 0 1100000 1000011 1001010 1011101 10001

Color Harmonies of #415303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415303

Black with #415303

Text Example


Text Example

White with #415303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415303; }

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

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

background-color css

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

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

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

border-color css

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

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

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