#45430A

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

Shades of Verdun Green #45430A

Tints of Verdun Green #45430A

Color information

#45430A (or 0x45430A) is unknown color: approx Verdun Green. HEX triplet: 45, 43 and 0A. RGB value is (69,67,10). Sum of RGB (Red+Green+Blue) = 69+67+10=146 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.26% from 146); Green value is 67 (26.56% from 255 or 45.89% from 146); Blue value is 10 (4.30% from 255 or 6.85% from 146); Max value from RGB is 69 - color contains mainly: red. Hex color #45430A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45430A is #BABCF5. Grayscale: #3D3D3D. Windows color (decimal): -12238070 or 672581. OLE color: 672581.

HSL color Cylindrical-coordinate representation of color #45430A: hue angle of 57.97º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #45430A is Cyan = 0, Magento = 0.03, Yellow = 0.86 and Black (K on CMYK) = 0.73.

Color convert

RGB696710-
CMYK00.030.860.73
HSL57.97º74.68%15.49%-
HSV(B)57.97º85.51%27.06%-
XYZ4.525.31.07-
YUV61.199.16133.63-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 47.26%
GREEN value IS 67 (26.56% from 255) = 45.89%
BLUE value IS 10 (4.30% from 255) = 6.85%
R=47.26%
G=45.89%
B=6.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.86
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69671000.030.860.7357.9774.6815.49
Hex4543A0356493a4bf
Octal10510312031261117211317
Binary1000101100001110100111010110100100111101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45430A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45430A; }

 p { color: rgb(69,67,10); }

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

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

 a { background-color: rgb(69,67,10); }

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

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

 span { border-color: rgb(69,67,10); }

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