Html Css Color HEX #445C02 Verdun Green

📋 copy color: '#445C02'

red 68 ◦ green 92 ◦ blue 2

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

Shades of Verdun Green #445C02

Tints of Verdun Green #445C02

RGB

 RED value IS 68 (26.95% from 255) = 41.98%

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

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

R = 41.98%
G = 56.79%
B = 1.23%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.64

RGB Variations

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

Color information

#445C02 (or 0x445C02) is known color: Verdun Green. HEX triplet: 44, 5C and 02. RGB value is (68,92,2). Sum of RGB (Red+Green+Blue) = 68+92+2=162 (21% of max value = 765). Red value is 68 (26.95% from 255 or 41.98% from 162); Green value is 92 (36.33% from 255 or 56.79% from 162); Blue value is 2 (1.17% from 255 or 1.23% from 162); Max value from RGB is 92 - color contains mainly: green. Hex color #445C02 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445C02 is #BBA3FD. Grayscale: #4A4A4A. Windows color (decimal): -12297214 or 154692. OLE color: 154692.

HSL color Cylindrical-coordinate representation of color #445C02: hue angle of 76º 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 #445C02 is Cyan = 0.26, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.64.

Color convert

RGB 68 92 2 -
CMYK 0.26 0 0.98 0.64
HSL 76º 0.96% 0.18% -
HSV(B) 76º 0.98% 0.36% -
XYZ 6.22 8.89 1.44 -
YUV 74.56 87.05 123.32 -
System Red Green Blue C M Y K H S L
Decimal 68 92 2 0.26 0 0.98 0.64 76 0.96 0.18
Hex 44 5C 2 1A 0 62 40 4C 60 12
Octal 104 134 2 32 0 142 100 114 140 22
Binary 1000100 1011100 10 11010 0 1100010 1000000 1001100 1100000 10010

Color Harmonies of #445C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445C02

Black with #445C02

Text Example


Text Example

White with #445C02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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