#004124

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

Shades of British Racing Green #004124

Tints of British Racing Green #004124

Color information

#004124 (or 0x004124) is unknown color: approx British Racing Green. HEX triplet: 00, 41 and 24. RGB value is (0,65,36). Sum of RGB (Red+Green+Blue) = 0+65+36=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 65 (25.78% from 255 or 64.36% from 101); Blue value is 36 (14.45% from 255 or 35.64% from 101); Max value from RGB is 65 - color contains mainly: green. Hex color #004124 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004124 is #FFBEDB. Grayscale: #2A2A2A. Windows color (decimal): -16760540 or 2375936. OLE color: 2375936.

HSL color Cylindrical-coordinate representation of color #004124: hue angle of 153.23º 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 #004124 is Cyan = 1, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.75.

Color convert

RGB06536-
CMYK100.450.75
HSL153.23º100%12.75%-
HSV(B)153.23º100%25.49%-
XYZ2.213.912.31-
YUV42.26124.4797.86-

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) = 64.36%
BLUE value IS 36 (14.45% from 255) = 35.64%
R=0%
G=64.36%
B=35.64%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal06536100.450.75153.2310012.75
Hex041246402D4B9964d
Octal01014414405511323114415
Binary010000011001001100100010110110010111001100111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004124; }

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

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

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

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

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

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

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

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