#04552F

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

Shades of British Racing Green #04552F

Tints of British Racing Green #04552F

Color information

#04552F (or 0x04552F) is unknown color: approx British Racing Green. HEX triplet: 04, 55 and 2F. RGB value is (4,85,47). Sum of RGB (Red+Green+Blue) = 4+85+47=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 85 (33.59% from 255 or 62.5% from 136); Blue value is 47 (18.75% from 255 or 34.56% from 136); Max value from RGB is 85 - color contains mainly: green. Hex color #04552F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04552F is #FBAAD0. Grayscale: #383838. Windows color (decimal): -16493265 or 3101956. OLE color: 3101956.

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

Color convert

RGB48547-
CMYK0.9500.450.67
HSL151.85º91.01%17.45%-
HSV(B)151.85º95.29%33.33%-
XYZ3.816.733.79-
YUV56.45122.6690.59-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.94%
GREEN value IS 85 (33.59% from 255) = 62.5%
BLUE value IS 47 (18.75% from 255) = 34.56%
R=2.94%
G=62.5%
B=34.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal485470.9500.450.67151.8591.0117.45
Hex4552F5F02D43985b11
Octal41255713705510323013321
Binary100101010110111110111110101101100001110011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04552F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04552F; }

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

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

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

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

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

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

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

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