#035216

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

Shades of British Racing Green #035216

Tints of British Racing Green #035216

Color information

#035216 (or 0x035216) is unknown color: approx British Racing Green. HEX triplet: 03, 52 and 16. RGB value is (3,82,22). Sum of RGB (Red+Green+Blue) = 3+82+22=107 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.80% from 107); Green value is 82 (32.42% from 255 or 76.64% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 82 - color contains mainly: green. Hex color #035216 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035216 is #FCADE9. Grayscale: #333333. Windows color (decimal): -16559594 or 1462787. OLE color: 1462787.

HSL color Cylindrical-coordinate representation of color #035216: hue angle of 134.43º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035216 is Cyan = 0.96, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.68.

Color convert

RGB38222-
CMYK0.9600.730.68
HSL134.43º92.94%16.67%-
HSV(B)134.43º96.34%32.16%-
XYZ3.26.111.77-
YUV51.54111.3393.38-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.80%
GREEN value IS 82 (32.42% from 255) = 76.64%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=2.80%
G=76.64%
B=20.56%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal382220.9600.730.68134.4392.9416.67
Hex352166004944865d11
Octal312226140011110420613521
Binary11101001010110110000001001001100010010000110101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #035216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #035216; }

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

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

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

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

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

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

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

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