Html Css Color HEX #456705 Verdun Green

📋 copy color: '#456705'

red 69 ◦ green 103 ◦ blue 5

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

Shades of Verdun Green #456705

Tints of Verdun Green #456705

RGB

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

 GREEN value IS 103 (40.63% from 255) = 58.19%

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

R = 38.98%
G = 58.19%
B = 2.82%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.95

 K value IS 0.60

RGB Variations

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

Color information

#456705 (or 0x456705) is known color: Verdun Green. HEX triplet: 45, 67 and 05. RGB value is (69,103,5). Sum of RGB (Red+Green+Blue) = 69+103+5=177 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.98% from 177); Green value is 103 (40.62% from 255 or 58.19% from 177); Blue value is 5 (2.34% from 255 or 2.82% from 177); Max value from RGB is 103 - color contains mainly: green. Hex color #456705 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #456705 is #BA98FA. Grayscale: #525252. Windows color (decimal): -12228859 or 354117. OLE color: 354117.

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

Color convert

RGB 69 103 5 -
CMYK 0.33 0 0.95 0.60
HSL 80.82º 0.91% 0.21% -
HSV(B) 80.82º 0.95% 0.4% -
XYZ 7.33 10.98 1.88 -
YUV 81.66 84.74 118.97 -
System Red Green Blue C M Y K H S L
Decimal 69 103 5 0.33 0 0.95 0.60 80.82 0.91 0.21
Hex 45 67 5 21 0 5F 3C 51 5B 15
Octal 105 147 5 41 0 137 74 121 133 25
Binary 1000101 1100111 101 100001 0 1011111 111100 1010001 1011011 10101

Color Harmonies of #456705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #456705

Black with #456705

Text Example


Text Example

White with #456705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #456705; }

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

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

background-color css

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

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

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

border-color css

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

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

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