Html Css Color HEX #455406 Verdun Green

📋 copy color: '#455406'

red 69 ◦ green 84 ◦ blue 6

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

Shades of Verdun Green #455406

Tints of Verdun Green #455406

RGB

 RED value IS 69 (27.34% from 255) = 43.4%

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

 BLUE value IS 6 (2.73% from 255) = 3.77%

R = 43.4%
G = 52.83%
B = 3.77%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.93

 K value IS 0.67

RGB Variations

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

Color information

#455406 (or 0x455406) is known color: Verdun Green. HEX triplet: 45, 54 and 06. RGB value is (69,84,6). Sum of RGB (Red+Green+Blue) = 69+84+6=159 (21% of max value = 765). Red value is 69 (27.34% from 255 or 43.40% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 6 (2.73% from 255 or 3.77% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #455406 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455406 is #BAABF9. Grayscale: #464646. Windows color (decimal): -12233722 or 414789. OLE color: 414789.

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

Color convert

RGB 69 84 6 -
CMYK 0.18 0 0.93 0.67
HSL 71.54º 0.87% 0.18% -
HSV(B) 71.54º 0.93% 0.33% -
XYZ 5.66 7.62 1.34 -
YUV 70.62 91.53 126.84 -
System Red Green Blue C M Y K H S L
Decimal 69 84 6 0.18 0 0.93 0.67 71.54 0.87 0.18
Hex 45 54 6 12 0 5D 43 48 57 12
Octal 105 124 6 22 0 135 103 110 127 22
Binary 1000101 1010100 110 10010 0 1011101 1000011 1001000 1010111 10010

Color Harmonies of #455406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455406

Black with #455406

Text Example


Text Example

White with #455406

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455406; }

 p { color: rgb(69,84,6); }

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

background-color css

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

 a { background-color: rgb(69,84,6); }

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

border-color css

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

 span { border-color: rgb(69,84,6); }

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