Html Css Color HEX #455305 Verdun Green

📋 copy color: '#455305'

red 69 ◦ green 83 ◦ blue 5

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

Shades of Verdun Green #455305

Tints of Verdun Green #455305

RGB

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

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

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

R = 43.95%
G = 52.87%
B = 3.18%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.94

 K value IS 0.67

RGB Variations

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

Color information

#455305 (or 0x455305) is known color: Verdun Green. HEX triplet: 45, 53 and 05. RGB value is (69,83,5). Sum of RGB (Red+Green+Blue) = 69+83+5=157 (20% of max value = 765). Red value is 69 (27.34% from 255 or 43.95% from 157); Green value is 83 (32.81% from 255 or 52.87% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 83 - color contains mainly: green. Hex color #455305 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455305 is #BAACFA. Grayscale: #464646. Windows color (decimal): -12233979 or 348997. OLE color: 348997.

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

Color convert

RGB 69 83 5 -
CMYK 0.17 0 0.94 0.67
HSL 70.77º 0.89% 0.17% -
HSV(B) 70.77º 0.94% 0.33% -
XYZ 5.57 7.46 1.29 -
YUV 69.92 91.36 127.34 -
System Red Green Blue C M Y K H S L
Decimal 69 83 5 0.17 0 0.94 0.67 70.77 0.89 0.17
Hex 45 53 5 11 0 5E 43 47 59 11
Octal 105 123 5 21 0 136 103 107 131 21
Binary 1000101 1010011 101 10001 0 1011110 1000011 1000111 1011001 10001

Color Harmonies of #455305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455305

Black with #455305

Text Example


Text Example

White with #455305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455305; }

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

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

background-color css

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

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

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

border-color css

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

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

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