#045332

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

Shades of British Racing Green #045332

Tints of British Racing Green #045332

Color information

#045332 (or 0x045332) is unknown color: approx British Racing Green. HEX triplet: 04, 53 and 32. RGB value is (4,83,50). Sum of RGB (Red+Green+Blue) = 4+83+50=137 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.92% from 137); Green value is 83 (32.81% from 255 or 60.58% from 137); Blue value is 50 (19.92% from 255 or 36.50% from 137); Max value from RGB is 83 - color contains mainly: green. Hex color #045332 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045332 is #FBACCD. Grayscale: #373737. Windows color (decimal): -16493774 or 3298052. OLE color: 3298052.

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

Color convert

RGB48350-
CMYK0.9500.400.67
HSL154.94º90.8%17.06%-
HSV(B)154.94º95.18%32.55%-
XYZ3.726.444.07-
YUV55.62124.8391.18-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.92%
GREEN value IS 83 (32.81% from 255) = 60.58%
BLUE value IS 50 (19.92% from 255) = 36.50%
R=2.92%
G=60.58%
B=36.50%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal483500.9500.400.67154.9490.817.06
Hex453325F028439b5b11
Octal41236213705010323313321
Binary100101001111001010111110101000100001110011011101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #045332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #045332; }

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

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

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

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

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

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

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

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