#003910

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

Shades of British Racing Green #003910

Tints of British Racing Green #003910

Color information

#003910 (or 0x003910) is unknown color: approx British Racing Green. HEX triplet: 00, 39 and 10. RGB value is (0,57,16). Sum of RGB (Red+Green+Blue) = 0+57+16=73 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 73); Green value is 57 (22.66% from 255 or 78.08% from 73); Blue value is 16 (6.64% from 255 or 21.92% from 73); Max value from RGB is 57 - color contains mainly: green. Hex color #003910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003910 is #FFC6EF. Grayscale: #232323. Windows color (decimal): -16762608 or 1063168. OLE color: 1063168.

HSL color Cylindrical-coordinate representation of color #003910: hue angle of 136.84º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003910 is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.78.

Color convert

RGB05716-
CMYK100.720.78
HSL136.84º100%11.18%-
HSV(B)136.84º100%22.35%-
XYZ1.562.960.98-
YUV35.28117.12102.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 57 (22.66% from 255) = 78.08%
BLUE value IS 16 (6.64% from 255) = 21.92%
R=0%
G=78.08%
B=21.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal05716100.720.78136.8410011.18
Hex03910640484E8964b
Octal07120144011011621114413
Binary01110011000011001000100100010011101000100111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #003910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #003910; }

 p { color: rgb(0,57,16); }

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

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

 a { background-color: rgb(0,57,16); }

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

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

 span { border-color: rgb(0,57,16); }

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