#034532

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

Shades of British Racing Green #034532

Tints of British Racing Green #034532

Color information

#034532 (or 0x034532) is unknown color: approx British Racing Green. HEX triplet: 03, 45 and 32. RGB value is (3,69,50). Sum of RGB (Red+Green+Blue) = 3+69+50=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 69 (27.34% from 255 or 56.56% from 122); Blue value is 50 (19.92% from 255 or 40.98% from 122); Max value from RGB is 69 - color contains mainly: green. Hex color #034532 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034532 is #FCBACD. Grayscale: #2F2F2F. Windows color (decimal): -16562894 or 3294467. OLE color: 3294467.

HSL color Cylindrical-coordinate representation of color #034532: hue angle of 162.73º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034532 is Cyan = 0.96, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.73.

Color convert

RGB36950-
CMYK0.9600.280.73
HSL162.73º91.67%14.12%-
HSV(B)162.73º95.65%27.06%-
XYZ2.744.513.74-
YUV47.1129.6396.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 69 (27.34% from 255) = 56.56%
BLUE value IS 50 (19.92% from 255) = 40.98%
R=2.46%
G=56.56%
B=40.98%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal369500.9600.280.73162.7391.6714.12
Hex345326001C49a35ce
Octal31056214003411124313416
Binary111000101110010110000001110010010011010001110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034532; }

 p { color: rgb(3,69,50); }

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

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

 a { background-color: rgb(3,69,50); }

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

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

 span { border-color: rgb(3,69,50); }

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