#004110

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

Shades of British Racing Green #004110

Tints of British Racing Green #004110

Color information

#004110 (or 0x004110) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 10. RGB value is (0,65,16). Sum of RGB (Red+Green+Blue) = 0+65+16=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 65 (25.78% from 255 or 80.25% from 81); Blue value is 16 (6.64% from 255 or 19.75% from 81); Max value from RGB is 65 - color contains mainly: green. Hex color #004110 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004110 is #FFBEEF. Grayscale: #282828. Windows color (decimal): -16760560 or 1065216. OLE color: 1065216.

HSL color Cylindrical-coordinate representation of color #004110: hue angle of 134.77º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004110 is Cyan = 1, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB06516-
CMYK100.750.75
HSL134.77º100%12.75%-
HSV(B)134.77º100%25.49%-
XYZ1.983.821.12-
YUV39.98114.4799.48-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 65 (25.78% from 255) = 80.25%
BLUE value IS 16 (6.64% from 255) = 19.75%
R=0%
G=80.25%
B=19.75%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06516100.750.75134.7710012.75
Hex041106404B4B8764d
Octal010120144011311320714415
Binary010000011000011001000100101110010111000011111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004110; }

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

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

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

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

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

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

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

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