#034916

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

Shades of British Racing Green #034916

Tints of British Racing Green #034916

Color information

#034916 (or 0x034916) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 16. RGB value is (3,73,22). Sum of RGB (Red+Green+Blue) = 3+73+22=98 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.06% from 98); Green value is 73 (28.91% from 255 or 74.49% from 98); Blue value is 22 (8.98% from 255 or 22.45% from 98); Max value from RGB is 73 - color contains mainly: green. Hex color #034916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034916 is #FCB6E9. Grayscale: #2E2E2E. Windows color (decimal): -16561898 or 1460483. OLE color: 1460483.

HSL color Cylindrical-coordinate representation of color #034916: hue angle of 136.29º 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 #034916 is Cyan = 0.96, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.71.

Color convert

RGB37322-
CMYK0.9600.700.71
HSL136.29º92.11%14.9%-
HSV(B)136.29º95.89%28.63%-
XYZ2.564.841.56-
YUV46.26114.3197.15-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.06%
GREEN value IS 73 (28.91% from 255) = 74.49%
BLUE value IS 22 (8.98% from 255) = 22.45%
R=3.06%
G=74.49%
B=22.45%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373220.9600.700.71136.2992.1114.9
Hex349166004647885cf
Octal311126140010610721013417
Binary1110010011011011000000100011010001111000100010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034916; }

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

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

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

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

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

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

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

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