#045216

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

Shades of British Racing Green #045216

Tints of British Racing Green #045216

Color information

#045216 (or 0x045216) is unknown color: approx British Racing Green. HEX triplet: 04, 52 and 16. RGB value is (4,82,22). Sum of RGB (Red+Green+Blue) = 4+82+22=108 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.70% from 108); Green value is 82 (32.42% from 255 or 75.93% from 108); Blue value is 22 (8.98% from 255 or 20.37% from 108); Max value from RGB is 82 - color contains mainly: green. Hex color #045216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045216 is #FBADE9. Grayscale: #343434. Windows color (decimal): -16494058 or 1462788. OLE color: 1462788.

HSL color Cylindrical-coordinate representation of color #045216: hue angle of 133.85º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045216 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB48222-
CMYK0.9500.730.68
HSL133.85º90.7%16.86%-
HSV(B)133.85º95.12%32.16%-
XYZ3.216.121.77-
YUV51.84111.1693.88-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.70%
GREEN value IS 82 (32.42% from 255) = 75.93%
BLUE value IS 22 (8.98% from 255) = 20.37%
R=3.70%
G=75.93%
B=20.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal482220.9500.730.68133.8590.716.86
Hex452165F04944865b11
Octal412226137011110420613321
Binary100101001010110101111101001001100010010000110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045216; }

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

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

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

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

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

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

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

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