Html Css Color HEX #456805 Verdun Green

📋 copy color: '#456805'

red 69 ◦ green 104 ◦ blue 5

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

Shades of Verdun Green #456805

Tints of Verdun Green #456805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 58.43%

 BLUE value IS 5 (2.34% from 255) = 2.81%

R = 38.76%
G = 58.43%
B = 2.81%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.95

 K value IS 0.59

RGB Variations

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

Color information

#456805 (or 0x456805) is known color: Verdun Green. HEX triplet: 45, 68 and 05. RGB value is (69,104,5). Sum of RGB (Red+Green+Blue) = 69+104+5=178 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.76% from 178); Green value is 104 (41.02% from 255 or 58.43% from 178); Blue value is 5 (2.34% from 255 or 2.81% from 178); Max value from RGB is 104 - color contains mainly: green. Hex color #456805 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456805 is #BA97FA. Grayscale: #525252. Windows color (decimal): -12228603 or 354373. OLE color: 354373.

HSL color Cylindrical-coordinate representation of color #456805: hue angle of 81.21º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #456805 is Cyan = 0.34, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.59.

Color convert

RGB 69 104 5 -
CMYK 0.34 0 0.95 0.59
HSL 81.21º 0.91% 0.21% -
HSV(B) 81.21º 0.95% 0.41% -
XYZ 7.43 11.18 1.91 -
YUV 82.25 84.4 118.55 -
System Red Green Blue C M Y K H S L
Decimal 69 104 5 0.34 0 0.95 0.59 81.21 0.91 0.21
Hex 45 68 5 22 0 5F 3B 51 5B 15
Octal 105 150 5 42 0 137 73 121 133 25
Binary 1000101 1101000 101 100010 0 1011111 111011 1010001 1011011 10101

Color Harmonies of #456805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456805

Black with #456805

Text Example


Text Example

White with #456805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456805; }

 p { color: rgb(69,104,5); }

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

background-color css

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

 a { background-color: rgb(69,104,5); }

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

border-color css

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

 span { border-color: rgb(69,104,5); }

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