#034132

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

Shades of British Racing Green #034132

Tints of British Racing Green #034132

Color information

#034132 (or 0x034132) is unknown color: approx British Racing Green. HEX triplet: 03, 41 and 32. RGB value is (3,65,50). Sum of RGB (Red+Green+Blue) = 3+65+50=118 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.54% from 118); Green value is 65 (25.78% from 255 or 55.08% from 118); Blue value is 50 (19.92% from 255 or 42.37% from 118); Max value from RGB is 65 - color contains mainly: green. Hex color #034132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034132 is #FCBECD. Grayscale: #2C2C2C. Windows color (decimal): -16563918 or 3293443. OLE color: 3293443.

HSL color Cylindrical-coordinate representation of color #034132: hue angle of 165.48º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034132 is Cyan = 0.95, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB36550-
CMYK0.9500.230.75
HSL165.48º91.18%13.33%-
HSV(B)165.48º95.38%25.49%-
XYZ2.54.033.66-
YUV44.75130.9698.22-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.54%
GREEN value IS 65 (25.78% from 255) = 55.08%
BLUE value IS 50 (19.92% from 255) = 42.37%
R=2.54%
G=55.08%
B=42.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal365500.9500.230.75165.4891.1813.33
Hex341325F0174Ba55bd
Octal31016213702711324513315
Binary111000001110010101111101011110010111010010110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034132; }

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

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

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

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

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

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

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

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