#45630F

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

Shades of Verdun Green #45630F

Tints of Verdun Green #45630F

Color information

#45630F (or 0x45630F) is unknown color: approx Verdun Green. HEX triplet: 45, 63 and 0F. RGB value is (69,99,15). Sum of RGB (Red+Green+Blue) = 69+99+15=183 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.70% from 183); Green value is 99 (39.06% from 255 or 54.10% from 183); Blue value is 15 (6.25% from 255 or 8.20% from 183); Max value from RGB is 99 - color contains mainly: green. Hex color #45630F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45630F is #BA9CF0. Grayscale: #505050. Windows color (decimal): -12229873 or 1008453. OLE color: 1008453.

HSL color Cylindrical-coordinate representation of color #45630F: hue angle of 81.43º degrees, saturation: 0.74, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #45630F is Cyan = 0.30, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.61.

Color convert

RGB699915-
CMYK0.3000.850.61
HSL81.43º73.68%22.35%-
HSV(B)81.43º84.85%38.82%-
XYZ710.222.06-
YUV80.4591.06119.83-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 37.70%
GREEN value IS 99 (39.06% from 255) = 54.10%
BLUE value IS 15 (6.25% from 255) = 8.20%
R=37.70%
G=54.10%
B=8.20%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999150.3000.850.6181.4373.6822.35
Hex4563F1E0553D514a16
Octal105143173601257512111226
Binary10001011100011111111110010101011111011010001100101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45630F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45630F; }

 p { color: rgb(69,99,15); }

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

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

 a { background-color: rgb(69,99,15); }

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

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

 span { border-color: rgb(69,99,15); }

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