#033916

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

Shades of British Racing Green #033916

Tints of British Racing Green #033916

Color information

#033916 (or 0x033916) is unknown color: approx British Racing Green. HEX triplet: 03, 39 and 16. RGB value is (3,57,22). Sum of RGB (Red+Green+Blue) = 3+57+22=82 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.66% from 82); Green value is 57 (22.66% from 255 or 69.51% from 82); Blue value is 22 (8.98% from 255 or 26.83% from 82); Max value from RGB is 57 - color contains mainly: green. Hex color #033916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033916 is #FCC6E9. Grayscale: #242424. Windows color (decimal): -16565994 or 1456387. OLE color: 1456387.

HSL color Cylindrical-coordinate representation of color #033916: hue angle of 141.11º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033916 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB35722-
CMYK0.9500.610.78
HSL141.11º90%11.76%-
HSV(B)141.11º94.74%22.35%-
XYZ1.6531.25-
YUV36.86119.61103.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.66%
GREEN value IS 57 (22.66% from 255) = 69.51%
BLUE value IS 22 (8.98% from 255) = 26.83%
R=3.66%
G=69.51%
B=26.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal357220.9500.610.78141.119011.76
Hex339165F03D4E8d5ac
Octal3712613707511621513214
Binary11111001101101011111011110110011101000110110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033916; }

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

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

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

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

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

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

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

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