#034936

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

Shades of British Racing Green #034936

Tints of British Racing Green #034936

Color information

#034936 (or 0x034936) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 36. RGB value is (3,73,54). Sum of RGB (Red+Green+Blue) = 3+73+54=130 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.31% from 130); Green value is 73 (28.91% from 255 or 56.15% from 130); Blue value is 54 (21.48% from 255 or 41.54% from 130); Max value from RGB is 73 - color contains mainly: green. Hex color #034936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034936 is #FCB6C9. Grayscale: #313131. Windows color (decimal): -16561866 or 3557635. OLE color: 3557635.

HSL color Cylindrical-coordinate representation of color #034936: hue angle of 163.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034936 is Cyan = 0.96, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.71.

Color convert

RGB37354-
CMYK0.9600.260.71
HSL163.71º92.11%14.9%-
HSV(B)163.71º95.89%28.63%-
XYZ3.095.054.3-
YUV49.9130.3194.54-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.31%
GREEN value IS 73 (28.91% from 255) = 56.15%
BLUE value IS 54 (21.48% from 255) = 41.54%
R=2.31%
G=56.15%
B=41.54%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373540.9600.260.71163.7192.1114.9
Hex349366001A47a45cf
Octal31116614003210724413417
Binary111001001110110110000001101010001111010010010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034936; }

 p { color: rgb(3,73,54); }

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

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

 a { background-color: rgb(3,73,54); }

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

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

 span { border-color: rgb(3,73,54); }

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