#455C1B

Color #455C1B Verdun Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Verdun Green #455C1B

Tints of Verdun Green #455C1B

Color information

#455C1B (or 0x455C1B) is unknown color: approx Verdun Green. HEX triplet: 45, 5C and 1B. RGB value is (69,92,27). Sum of RGB (Red+Green+Blue) = 69+92+27=188 (24% of max value = 765). Red value is 69 (27.34% from 255 or 36.70% from 188); Green value is 92 (36.33% from 255 or 48.94% from 188); Blue value is 27 (10.94% from 255 or 14.36% from 188); Max value from RGB is 92 - color contains mainly: green. Hex color #455C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #455C1B is #BAA3E4. Grayscale: #4D4D4D. Windows color (decimal): -12231653 or 1793093. OLE color: 1793093.

HSL color Cylindrical-coordinate representation of color #455C1B: hue angle of 81.23º degrees, saturation: 0.55, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #455C1B is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.64.

Color convert

RGB699227-
CMYK0.2500.710.64
HSL81.23º54.62%23.33%-
HSV(B)81.23º70.65%36.08%-
XYZ6.4892.43-
YUV77.7199.38121.79-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 36.70%
GREEN value IS 92 (36.33% from 255) = 48.94%
BLUE value IS 27 (10.94% from 255) = 14.36%
R=36.70%
G=48.94%
B=14.36%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6992270.2500.710.6481.2354.6223.33
Hex455C1B1904740513717
Octal105134333101071001216727
Binary100010110111001101111001010001111000000101000111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #455C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #455C1B; }

 p { color: rgb(69,92,27); }

 H1.HeaderClassName
 {
   color: #455C1B;
 }
 .AnyTagClassName
 {
   color: #455C1B;
 }
</style>
background-color css

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

 a { background-color: rgb(69,92,27); }

 div.DivClassName
 {
   background-color: #455C1B;
 }
 .BgClassName
 {
   background-color: #455C1B;
 }
</style>
border-color css

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

 span { border-color: rgb(69,92,27); }

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