#045033

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

Shades of British Racing Green #045033

Tints of British Racing Green #045033

Color information

#045033 (or 0x045033) is unknown color: approx British Racing Green. HEX triplet: 04, 50 and 33. RGB value is (4,80,51). Sum of RGB (Red+Green+Blue) = 4+80+51=135 (17% of max value = 765). Red value is 4 (1.95% from 255 or 2.96% from 135); Green value is 80 (31.64% from 255 or 59.26% from 135); Blue value is 51 (20.31% from 255 or 37.78% from 135); Max value from RGB is 80 - color contains mainly: green. Hex color #045033 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045033 is #FBAFCC. Grayscale: #363636. Windows color (decimal): -16494541 or 3362820. OLE color: 3362820.

HSL color Cylindrical-coordinate representation of color #045033: hue angle of 157.11º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045033 is Cyan = 0.95, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.69.

Color convert

RGB48051-
CMYK0.9500.360.69
HSL157.11º90.48%16.47%-
HSV(B)157.11º95%31.37%-
XYZ3.5264.11-
YUV53.97126.3292.36-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.96%
GREEN value IS 80 (31.64% from 255) = 59.26%
BLUE value IS 51 (20.31% from 255) = 37.78%
R=2.96%
G=59.26%
B=37.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal480510.9500.360.69157.1190.4816.47
Hex450335F024459d5a10
Octal41206313704410523513220
Binary100101000011001110111110100100100010110011101101101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045033; }

 p { color: rgb(4,80,51); }

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

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

 a { background-color: rgb(4,80,51); }

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

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

 span { border-color: rgb(4,80,51); }

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