#04532E

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

Shades of British Racing Green #04532E

Tints of British Racing Green #04532E

Color information

#04532E (or 0x04532E) is unknown color: approx British Racing Green. HEX triplet: 04, 53 and 2E. RGB value is (4,83,46). Sum of RGB (Red+Green+Blue) = 4+83+46=133 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.01% from 133); Green value is 83 (32.81% from 255 or 62.41% from 133); Blue value is 46 (18.36% from 255 or 34.59% from 133); Max value from RGB is 83 - color contains mainly: green. Hex color #04532E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04532E is #FBACD1. Grayscale: #373737. Windows color (decimal): -16493778 or 3035908. OLE color: 3035908.

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

Color convert

RGB48346-
CMYK0.9500.450.67
HSL151.9º90.8%17.06%-
HSV(B)151.9º95.18%32.55%-
XYZ3.646.413.63-
YUV55.16122.8391.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.01%
GREEN value IS 83 (32.81% from 255) = 62.41%
BLUE value IS 46 (18.36% from 255) = 34.59%
R=3.01%
G=62.41%
B=34.59%

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
Decimal483460.9500.450.67151.990.817.06
Hex4532E5F02D43985b11
Octal41235613705510323013321
Binary100101001110111010111110101101100001110011000101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04532E; }

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

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

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

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

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

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

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

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