Html Css Color HEX #445302 Verdun Green

📋 copy color: '#445302'

red 68 ◦ green 83 ◦ blue 2

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

Shades of Verdun Green #445302

Tints of Verdun Green #445302

RGB

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

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

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

R = 44.44%
G = 54.25%
B = 1.31%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.98

 K value IS 0.67

RGB Variations

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

Color information

#445302 (or 0x445302) is known color: Verdun Green. HEX triplet: 44, 53 and 02. RGB value is (68,83,2). Sum of RGB (Red+Green+Blue) = 68+83+2=153 (20% of max value = 765). Red value is 68 (26.95% from 255 or 44.44% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #445302 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445302 is #BBACFD. Grayscale: #454545. Windows color (decimal): -12299518 or 152388. OLE color: 152388.

HSL color Cylindrical-coordinate representation of color #445302: hue angle of 71.11º 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 #445302 is Cyan = 0.18, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 83 2 -
CMYK 0.18 0 0.98 0.67
HSL 71.11º 0.95% 0.17% -
HSV(B) 71.11º 0.98% 0.33% -
XYZ 5.49 7.42 1.2 -
YUV 69.28 90.03 127.09 -
System Red Green Blue C M Y K H S L
Decimal 68 83 2 0.18 0 0.98 0.67 71.11 0.95 0.17
Hex 44 53 2 12 0 62 43 47 5F 11
Octal 104 123 2 22 0 142 103 107 137 21
Binary 1000100 1010011 10 10010 0 1100010 1000011 1000111 1011111 10001

Color Harmonies of #445302

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445302

Black with #445302

Text Example


Text Example

White with #445302

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445302; }

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

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

background-color css

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

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

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

border-color css

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

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

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