Html Css Color HEX #495C02 Verdun Green

📋 copy color: '#495C02'

red 73 ◦ green 92 ◦ blue 2

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

Shades of Verdun Green #495C02

Tints of Verdun Green #495C02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.2%

R = 43.71%
G = 55.09%
B = 1.2%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#495C02 (or 0x495C02) is known color: Verdun Green. HEX triplet: 49, 5C and 02. RGB value is (73,92,2). Sum of RGB (Red+Green+Blue) = 73+92+2=167 (22% of max value = 765). Red value is 73 (28.91% from 255 or 43.71% from 167); Green value is 92 (36.33% from 255 or 55.09% from 167); Blue value is 2 (1.17% from 255 or 1.20% from 167); Max value from RGB is 92 - color contains mainly: green. Hex color #495C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #495C02 is #B6A3FD. Grayscale: #4C4C4C. Windows color (decimal): -11969534 or 154697. OLE color: 154697.

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

Color convert

RGB 73 92 2 -
CMYK 0.21 0 0.98 0.64
HSL 72.67º 0.96% 0.18% -
HSV(B) 72.67º 0.98% 0.36% -
XYZ 6.59 9.08 1.46 -
YUV 76.06 86.21 125.82 -
System Red Green Blue C M Y K H S L
Decimal 73 92 2 0.21 0 0.98 0.64 72.67 0.96 0.18
Hex 49 5C 2 15 0 62 40 49 60 12
Octal 111 134 2 25 0 142 100 111 140 22
Binary 1001001 1011100 10 10101 0 1100010 1000000 1001001 1100000 10010

Color Harmonies of #495C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #495C02

Black with #495C02

Text Example


Text Example

White with #495C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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