#45630C

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

Shades of Verdun Green #45630C

Tints of Verdun Green #45630C

Color information

#45630C (or 0x45630C) is unknown color: approx Verdun Green. HEX triplet: 45, 63 and 0C. RGB value is (69,99,12). Sum of RGB (Red+Green+Blue) = 69+99+12=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 99 (39.06% from 255 or 55% from 180); Blue value is 12 (5.08% from 255 or 6.67% from 180); Max value from RGB is 99 - color contains mainly: green. Hex color #45630C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #45630C is #BA9CF3. Grayscale: #505050. Windows color (decimal): -12229876 or 811845. OLE color: 811845.

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

Color convert

RGB699912-
CMYK0.3000.880.61
HSL80.69º78.38%21.76%-
HSV(B)80.69º87.88%38.82%-
XYZ6.9810.221.95-
YUV80.1189.56120.07-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 38.33%
GREEN value IS 99 (39.06% from 255) = 55%
BLUE value IS 12 (5.08% from 255) = 6.67%
R=38.33%
G=55%
B=6.67%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6999120.3000.880.6180.6978.3821.76
Hex4563C1E0583D514e16
Octal105143143601307512111626
Binary10001011100011110011110010110001111011010001100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45630C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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