#045227

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

Shades of British Racing Green #045227

Tints of British Racing Green #045227

Color information

#045227 (or 0x045227) is unknown color: approx British Racing Green. HEX triplet: 04, 52 and 27. RGB value is (4,82,39). Sum of RGB (Red+Green+Blue) = 4+82+39=125 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.2% from 125); Green value is 82 (32.42% from 255 or 65.6% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 82 - color contains mainly: green. Hex color #045227 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045227 is #FBADD8. Grayscale: #353535. Windows color (decimal): -16494041 or 2576900. OLE color: 2576900.

HSL color Cylindrical-coordinate representation of color #045227: hue angle of 146.92º 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 #045227 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.68.

Color convert

RGB48239-
CMYK0.9500.520.68
HSL146.92º90.7%16.86%-
HSV(B)146.92º95.12%32.16%-
XYZ3.436.212.94-
YUV53.78119.6692.5-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.2%
GREEN value IS 82 (32.42% from 255) = 65.6%
BLUE value IS 39 (15.62% from 255) = 31.2%
R=3.2%
G=65.6%
B=31.2%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal482390.9500.520.68146.9290.716.86
Hex452275F03444935b11
Octal41224713706410422313321
Binary100101001010011110111110110100100010010010011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045227; }

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

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

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

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

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

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

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

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