#043A16

Color #043A16 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #043A16

Tints of British Racing Green #043A16

Color information

#043A16 (or 0x043A16) is unknown color: approx British Racing Green. HEX triplet: 04, 3A and 16. RGB value is (4,58,22). Sum of RGB (Red+Green+Blue) = 4+58+22=84 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.76% from 84); Green value is 58 (23.05% from 255 or 69.05% from 84); Blue value is 22 (8.98% from 255 or 26.19% from 84); Max value from RGB is 58 - color contains mainly: green. Hex color #043A16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #043A16 is #FBC5E9. Grayscale: #252525. Windows color (decimal): -16500202 or 1456644. OLE color: 1456644.

HSL color Cylindrical-coordinate representation of color #043A16: hue angle of 140º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043A16 is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.77.

Color convert

RGB45822-
CMYK0.9300.620.77
HSL140º87.1%12.16%-
HSV(B)140º93.1%22.75%-
XYZ1.713.111.27-
YUV37.75119.11103.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.76%
GREEN value IS 58 (23.05% from 255) = 69.05%
BLUE value IS 22 (8.98% from 255) = 26.19%
R=4.76%
G=69.05%
B=26.19%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal458220.9300.620.7714087.112.16
Hex43A165D03E4D8c57c
Octal4722613507611521412714
Binary100111010101101011101011111010011011000110010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043A16; }

 p { color: rgb(4,58,22); }

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

<style>
 a { background-color: #043A16; }

 a { background-color: rgb(4,58,22); }

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

<style>
 span { border-color: #043A16; }

 span { border-color: rgb(4,58,22); }

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