#04532A

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

Shades of British Racing Green #04532A

Tints of British Racing Green #04532A

Color information

#04532A (or 0x04532A) is unknown color: approx British Racing Green. HEX triplet: 04, 53 and 2A. RGB value is (4,83,42). Sum of RGB (Red+Green+Blue) = 4+83+42=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #04532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04532A is #FBACD5. Grayscale: #363636. Windows color (decimal): -16493782 or 2773764. OLE color: 2773764.

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

Color convert

RGB48342-
CMYK0.9500.490.67
HSL148.86º90.8%17.06%-
HSV(B)148.86º95.18%32.55%-
XYZ3.566.383.23-
YUV54.7120.8391.83-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 3.10%
GREEN value IS 83 (32.81% from 255) = 64.34%
BLUE value IS 42 (16.80% from 255) = 32.56%
R=3.10%
G=64.34%
B=32.56%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal483420.9500.490.67148.8690.817.06
Hex4532A5F03143955b11
Octal41235213706110322513321
Binary100101001110101010111110110001100001110010101101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04532A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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