#004318

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

Shades of British Racing Green #004318

Tints of British Racing Green #004318

Color information

#004318 (or 0x004318) is unknown color: approx British Racing Green. HEX triplet: 00, 43 and 18. RGB value is (0,67,24). Sum of RGB (Red+Green+Blue) = 0+67+24=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 67 (26.56% from 255 or 73.63% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 67 - color contains mainly: green. Hex color #004318 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #004318 is #FFBCE7. Grayscale: #2A2A2A. Windows color (decimal): -16760040 or 1590016. OLE color: 1590016.

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

Color convert

RGB06724-
CMYK100.640.74
HSL141.49º100%13.14%-
HSV(B)141.49º100%26.27%-
XYZ2.174.081.54-
YUV42.06117.898-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 67 (26.56% from 255) = 73.63%
BLUE value IS 24 (9.77% from 255) = 26.37%
R=0%
G=73.63%
B=26.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06724100.640.74141.4910013.14
Hex04318640404A8d64d
Octal010330144010011221514415
Binary010000111100011001000100000010010101000110111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004318; }

 p { color: rgb(0,67,24); }

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

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

 a { background-color: rgb(0,67,24); }

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

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

 span { border-color: rgb(0,67,24); }

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