#45430C

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

Shades of Verdun Green #45430C

Tints of Verdun Green #45430C

Color information

#45430C (or 0x45430C) is unknown color: approx Verdun Green. HEX triplet: 45, 43 and 0C. RGB value is (69,67,12). Sum of RGB (Red+Green+Blue) = 69+67+12=148 (19% of max value = 765). Red value is 69 (27.34% from 255 or 46.62% from 148); Green value is 67 (26.56% from 255 or 45.27% from 148); Blue value is 12 (5.08% from 255 or 8.11% from 148); Max value from RGB is 69 - color contains mainly: red. Hex color #45430C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #45430C is #BABCF3. Grayscale: #3D3D3D. Windows color (decimal): -12238068 or 803653. OLE color: 803653.

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

Color convert

RGB696712-
CMYK00.030.830.73
HSL57.89º70.37%15.88%-
HSV(B)57.89º82.61%27.06%-
XYZ4.535.311.13-
YUV61.33100.16133.47-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 46.62%
GREEN value IS 67 (26.56% from 255) = 45.27%
BLUE value IS 12 (5.08% from 255) = 8.11%
R=46.62%
G=45.27%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.83
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal69671200.030.830.7357.8970.3715.88
Hex4543C0353493a4610
Octal10510314031231117210620
Binary10001011000011110001110100111001001111010100011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45430C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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