Html Css Color HEX #445308 Verdun Green

📋 copy color: '#445308'

red 68 ◦ green 83 ◦ blue 8

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

Shades of Verdun Green #445308

Tints of Verdun Green #445308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 5.03%

R = 42.77%
G = 52.2%
B = 5.03%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.90

 K value IS 0.67

RGB Variations

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

Color information

#445308 (or 0x445308) is known color: Verdun Green. HEX triplet: 44, 53 and 08. RGB value is (68,83,8). Sum of RGB (Red+Green+Blue) = 68+83+8=159 (21% of max value = 765). Red value is 68 (26.95% from 255 or 42.77% from 159); Green value is 83 (32.81% from 255 or 52.20% from 159); Blue value is 8 (3.52% from 255 or 5.03% from 159); Max value from RGB is 83 - color contains mainly: green. Hex color #445308 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #445308 is #BBACF7. Grayscale: #464646. Windows color (decimal): -12299512 or 545604. OLE color: 545604.

HSL color Cylindrical-coordinate representation of color #445308: hue angle of 72º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #445308 is Cyan = 0.18, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.67.

Color convert

RGB 68 83 8 -
CMYK 0.18 0 0.90 0.67
HSL 72º 0.82% 0.18% -
HSV(B) 72º 0.9% 0.33% -
XYZ 5.52 7.43 1.37 -
YUV 69.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 68 83 8 0.18 0 0.90 0.67 72 0.82 0.18
Hex 44 53 8 12 0 5A 43 48 52 12
Octal 104 123 10 22 0 132 103 110 122 22
Binary 1000100 1010011 1000 10010 0 1011010 1000011 1001000 1010010 10010

Color Harmonies of #445308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445308

Black with #445308

Text Example


Text Example

White with #445308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445308; }

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

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

background-color css

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

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

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

border-color css

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

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

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