#034416

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

Shades of British Racing Green #034416

Tints of British Racing Green #034416

Color information

#034416 (or 0x034416) is unknown color: approx British Racing Green. HEX triplet: 03, 44 and 16. RGB value is (3,68,22). Sum of RGB (Red+Green+Blue) = 3+68+22=93 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.23% from 93); Green value is 68 (26.95% from 255 or 73.12% from 93); Blue value is 22 (8.98% from 255 or 23.66% from 93); Max value from RGB is 68 - color contains mainly: green. Hex color #034416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034416 is #FCBBE9. Grayscale: #2B2B2B. Windows color (decimal): -16563178 or 1459203. OLE color: 1459203.

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

Color convert

RGB36822-
CMYK0.9600.680.73
HSL137.54º91.55%13.92%-
HSV(B)137.54º95.59%26.67%-
XYZ2.254.211.45-
YUV43.32115.9799.24-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.23%
GREEN value IS 68 (26.95% from 255) = 73.12%
BLUE value IS 22 (8.98% from 255) = 23.66%
R=3.23%
G=73.12%
B=23.66%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal368220.9600.680.73137.5491.5513.92
Hex3441660044498a5ce
Octal310426140010411121213416
Binary1110001001011011000000100010010010011000101010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #034416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #034416; }

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

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

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

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

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

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

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

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