#043920

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

Shades of British Racing Green #043920

Tints of British Racing Green #043920

Color information

#043920 (or 0x043920) is unknown color: approx British Racing Green. HEX triplet: 04, 39 and 20. RGB value is (4,57,32). Sum of RGB (Red+Green+Blue) = 4+57+32=93 (12% of max value = 765). Red value is 4 (1.95% from 255 or 4.30% from 93); Green value is 57 (22.66% from 255 or 61.29% from 93); Blue value is 32 (12.89% from 255 or 34.41% from 93); Max value from RGB is 57 - color contains mainly: green. Hex color #043920 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #043920 is #FBC6DF. Grayscale: #262626. Windows color (decimal): -16500448 or 2111748. OLE color: 2111748.

HSL color Cylindrical-coordinate representation of color #043920: hue angle of 151.7º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #043920 is Cyan = 0.93, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.

Color convert

RGB45732-
CMYK0.9300.440.78
HSL151.7º86.89%11.96%-
HSV(B)151.7º92.98%22.35%-
XYZ1.773.061.86-
YUV38.3124.44103.53-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 4.30%
GREEN value IS 57 (22.66% from 255) = 61.29%
BLUE value IS 32 (12.89% from 255) = 34.41%
R=4.30%
G=61.29%
B=34.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal457320.9300.440.78151.786.8911.96
Hex439205D02C4E9857c
Octal4714013505411623012714
Binary1001110011000001011101010110010011101001100010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #043920

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #043920; }

 p { color: rgb(4,57,32); }

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

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

 a { background-color: rgb(4,57,32); }

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

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

 span { border-color: rgb(4,57,32); }

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