#004C26

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

Shades of British Racing Green #004C26

Tints of British Racing Green #004C26

Color information

#004C26 (or 0x004C26) is unknown color: approx British Racing Green. HEX triplet: 00, 4C and 26. RGB value is (0,76,38). Sum of RGB (Red+Green+Blue) = 0+76+38=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 76 (30.08% from 255 or 66.67% from 114); Blue value is 38 (15.23% from 255 or 33.33% from 114); Max value from RGB is 76 - color contains mainly: green. Hex color #004C26 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C26 is #FFB3D9. Grayscale: #313131. Windows color (decimal): -16757722 or 2509824. OLE color: 2509824.

HSL color Cylindrical-coordinate representation of color #004C26: hue angle of 150º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004C26 is Cyan = 1, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.70.

Color convert

RGB07638-
CMYK100.50.70
HSL150º100%14.9%-
HSV(B)150º100%29.8%-
XYZ2.935.312.7-
YUV48.94121.8293.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 76 (30.08% from 255) = 66.67%
BLUE value IS 38 (15.23% from 255) = 33.33%
R=0%
G=66.67%
B=33.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal07638100.50.7015010014.9
Hex04C2664032469664f
Octal01144614406210622614417
Binary010011001001101100100011001010001101001011011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004C26; }

 p { color: rgb(0,76,38); }

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

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

 a { background-color: rgb(0,76,38); }

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

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

 span { border-color: rgb(0,76,38); }

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