#045532

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

Shades of British Racing Green #045532

Tints of British Racing Green #045532

Color information

#045532 (or 0x045532) is unknown color: approx British Racing Green. HEX triplet: 04, 55 and 32. RGB value is (4,85,50). Sum of RGB (Red+Green+Blue) = 4+85+50=139 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.88% from 139); Green value is 85 (33.59% from 255 or 61.15% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 85 - color contains mainly: green. Hex color #045532 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045532 is #FBAACD. Grayscale: #383838. Windows color (decimal): -16493262 or 3298564. OLE color: 3298564.

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

Color convert

RGB48550-
CMYK0.9500.410.67
HSL154.07º91.01%17.45%-
HSV(B)154.07º95.29%33.33%-
XYZ3.876.754.12-
YUV56.79124.1690.35-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.88%
GREEN value IS 85 (33.59% from 255) = 61.15%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=2.88%
G=61.15%
B=35.97%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485500.9500.410.67154.0791.0117.45
Hex455325F029439a5b11
Octal41256213705110323213321
Binary100101010111001010111110101001100001110011010101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045532; }

 p { color: rgb(4,85,50); }

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

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

 a { background-color: rgb(4,85,50); }

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

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

 span { border-color: rgb(4,85,50); }

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