Html Css Color HEX #455309 Verdun Green

📋 copy color: '#455309'

red 69 ◦ green 83 ◦ blue 9

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

Shades of Verdun Green #455309

Tints of Verdun Green #455309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 5.59%

R = 42.86%
G = 51.55%
B = 5.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.89

 K value IS 0.67

RGB Variations

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

Color information

#455309 (or 0x455309) is known color: Verdun Green. HEX triplet: 45, 53 and 09. RGB value is (69,83,9). Sum of RGB (Red+Green+Blue) = 69+83+9=161 (21% of max value = 765). Red value is 69 (27.34% from 255 or 42.86% from 161); Green value is 83 (32.81% from 255 or 51.55% from 161); Blue value is 9 (3.91% from 255 or 5.59% from 161); Max value from RGB is 83 - color contains mainly: green. Hex color #455309 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #455309 is #BAACF6. Grayscale: #464646. Windows color (decimal): -12233975 or 611141. OLE color: 611141.

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

Color convert

RGB 69 83 9 -
CMYK 0.17 0 0.89 0.67
HSL 71.35º 0.8% 0.18% -
HSV(B) 71.35º 0.89% 0.33% -
XYZ 5.6 7.47 1.41 -
YUV 70.38 93.36 127.02 -
System Red Green Blue C M Y K H S L
Decimal 69 83 9 0.17 0 0.89 0.67 71.35 0.8 0.18
Hex 45 53 9 11 0 59 43 47 50 12
Octal 105 123 11 21 0 131 103 107 120 22
Binary 1000101 1010011 1001 10001 0 1011001 1000011 1000111 1010000 10010

Color Harmonies of #455309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #455309

Black with #455309

Text Example


Text Example

White with #455309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #455309; }

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

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

background-color css

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

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

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

border-color css

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

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

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