#004C22

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

Shades of British Racing Green #004C22

Tints of British Racing Green #004C22

Color information

#004C22 (or 0x004C22) is unknown color: approx British Racing Green. HEX triplet: 00, 4C and 22. RGB value is (0,76,34). Sum of RGB (Red+Green+Blue) = 0+76+34=110 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 110); Green value is 76 (30.08% from 255 or 69.09% from 110); Blue value is 34 (13.67% from 255 or 30.91% from 110); Max value from RGB is 76 - color contains mainly: green. Hex color #004C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004C22 is #FFB3DD. Grayscale: #303030. Windows color (decimal): -16757726 or 2247680. OLE color: 2247680.

HSL color Cylindrical-coordinate representation of color #004C22: hue angle of 146.84º 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 #004C22 is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.70.

Color convert

RGB07634-
CMYK100.550.70
HSL146.84º100%14.9%-
HSV(B)146.84º100%29.8%-
XYZ2.875.282.38-
YUV48.49119.8293.42-

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) = 69.09%
BLUE value IS 34 (13.67% from 255) = 30.91%
R=0%
G=69.09%
B=30.91%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal07634100.550.70146.8410014.9
Hex04C2264037469364f
Octal01144214406710622314417
Binary010011001000101100100011011110001101001001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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