Html Css Color HEX #445402 Verdun Green

📋 copy color: '#445402'

red 68 ◦ green 84 ◦ blue 2

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

Shades of Verdun Green #445402

Tints of Verdun Green #445402

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.55%

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

R = 44.16%
G = 54.55%
B = 1.3%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#445402 (or 0x445402) is known color: Verdun Green. HEX triplet: 44, 54 and 02. RGB value is (68,84,2). Sum of RGB (Red+Green+Blue) = 68+84+2=154 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.16% from 154); Green value is 84 (33.20% from 255 or 54.55% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 84 - color contains mainly: green. Hex color #445402 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445402 is #BBABFD. Grayscale: #464646. Windows color (decimal): -12299262 or 152644. OLE color: 152644.

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

Color convert

RGB 68 84 2 -
CMYK 0.19 0 0.98 0.67
HSL 71.71º 0.95% 0.17% -
HSV(B) 71.71º 0.98% 0.33% -
XYZ 5.57 7.57 1.23 -
YUV 69.87 89.7 126.67 -
System Red Green Blue C M Y K H S L
Decimal 68 84 2 0.19 0 0.98 0.67 71.71 0.95 0.17
Hex 44 54 2 13 0 62 43 48 5F 11
Octal 104 124 2 23 0 142 103 110 137 21
Binary 1000100 1010100 10 10011 0 1100010 1000011 1001000 1011111 10001

Color Harmonies of #445402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445402

Black with #445402

Text Example


Text Example

White with #445402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445402; }

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

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

background-color css

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

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

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

border-color css

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

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

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