#033816

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

Shades of British Racing Green #033816

Tints of British Racing Green #033816

Color information

#033816 (or 0x033816) is unknown color: approx British Racing Green. HEX triplet: 03, 38 and 16. RGB value is (3,56,22). Sum of RGB (Red+Green+Blue) = 3+56+22=81 (10% of max value = 765). Red value is 3 (1.56% from 255 or 3.70% from 81); Green value is 56 (22.27% from 255 or 69.14% from 81); Blue value is 22 (8.98% from 255 or 27.16% from 81); Max value from RGB is 56 - color contains mainly: green. Hex color #033816 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033816 is #FCC7E9. Grayscale: #242424. Windows color (decimal): -16566250 or 1456131. OLE color: 1456131.

HSL color Cylindrical-coordinate representation of color #033816: hue angle of 141.51º 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 #033816 is Cyan = 0.95, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.78.

Color convert

RGB35622-
CMYK0.9500.610.78
HSL141.51º89.83%11.57%-
HSV(B)141.51º94.64%21.96%-
XYZ1.62.911.24-
YUV36.28119.94104.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 3.70%
GREEN value IS 56 (22.27% from 255) = 69.14%
BLUE value IS 22 (8.98% from 255) = 27.16%
R=3.70%
G=69.14%
B=27.16%

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
Decimal356220.9500.610.78141.5189.8311.57
Hex338165F03D4E8e5ac
Octal3702613707511621613214
Binary11111000101101011111011110110011101000111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #033816

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #033816; }

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

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

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

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

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

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

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

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