#045430

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

Shades of British Racing Green #045430

Tints of British Racing Green #045430

Color information

#045430 (or 0x045430) is unknown color: approx British Racing Green. HEX triplet: 04, 54 and 30. RGB value is (4,84,48). Sum of RGB (Red+Green+Blue) = 4+84+48=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 84 (33.20% from 255 or 61.76% from 136); Blue value is 48 (19.14% from 255 or 35.29% from 136); Max value from RGB is 84 - color contains mainly: green. Hex color #045430 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045430 is #FBABCF. Grayscale: #383838. Windows color (decimal): -16493520 or 3167236. OLE color: 3167236.

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

Color convert

RGB48448-
CMYK0.9500.430.67
HSL153º90.91%17.25%-
HSV(B)153º95.24%32.94%-
XYZ3.756.583.87-
YUV55.98123.590.93-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 84 (33.20% from 255) = 61.76%
BLUE value IS 48 (19.14% from 255) = 35.29%
R=2.94%
G=61.76%
B=35.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal484480.9500.430.6715390.9117.25
Hex454305F02B43995b11
Octal41246013705310323113321
Binary100101010011000010111110101011100001110011001101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045430

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045430; }

 p { color: rgb(4,84,48); }

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

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

 a { background-color: rgb(4,84,48); }

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

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

 span { border-color: rgb(4,84,48); }

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