Html Css Color HEX #495C03 Verdun Green

📋 copy color: '#495C03'

red 73 ◦ green 92 ◦ blue 3

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

Shades of Verdun Green #495C03

Tints of Verdun Green #495C03

RGB

 RED value IS 73 (28.91% from 255) = 43.45%

 GREEN value IS 92 (36.33% from 255) = 54.76%

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

R = 43.45%
G = 54.76%
B = 1.79%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.97

 K value IS 0.64

RGB Variations

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

Color information

#495C03 (or 0x495C03) is known color: Verdun Green. HEX triplet: 49, 5C and 03. RGB value is (73,92,3). Sum of RGB (Red+Green+Blue) = 73+92+3=168 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.45% from 168); Green value is 92 (36.33% from 255 or 54.76% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 92 - color contains mainly: green. Hex color #495C03 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495C03 is #B6A3FC. Grayscale: #4C4C4C. Windows color (decimal): -11969533 or 220233. OLE color: 220233.

HSL color Cylindrical-coordinate representation of color #495C03: hue angle of 72.81º degrees, saturation: 0.94, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #495C03 is Cyan = 0.21, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.64.

Color convert

RGB 73 92 3 -
CMYK 0.21 0 0.97 0.64
HSL 72.81º 0.94% 0.19% -
HSV(B) 72.81º 0.97% 0.36% -
XYZ 6.59 9.08 1.49 -
YUV 76.17 86.71 125.74 -
System Red Green Blue C M Y K H S L
Decimal 73 92 3 0.21 0 0.97 0.64 72.81 0.94 0.19
Hex 49 5C 3 15 0 61 40 49 5E 13
Octal 111 134 3 25 0 141 100 111 136 23
Binary 1001001 1011100 11 10101 0 1100001 1000000 1001001 1011110 10011

Color Harmonies of #495C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C03

Black with #495C03

Text Example


Text Example

White with #495C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #495C03; }

 p { color: rgb(73,92,3); }

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

background-color css

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

 a { background-color: rgb(73,92,3); }

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

border-color css

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

 span { border-color: rgb(73,92,3); }

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