#004322

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

Shades of British Racing Green #004322

Tints of British Racing Green #004322

Color information

#004322 (or 0x004322) is unknown color: approx British Racing Green. HEX triplet: 00, 43 and 22. RGB value is (0,67,34). Sum of RGB (Red+Green+Blue) = 0+67+34=101 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #004322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004322 is #FFBCDD. Grayscale: #2B2B2B. Windows color (decimal): -16760030 or 2245376. OLE color: 2245376.

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

Color convert

RGB06734-
CMYK100.490.74
HSL150.45º100%13.14%-
HSV(B)150.45º100%26.27%-
XYZ2.34.132.19-
YUV43.2122.897.18-

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

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal06734100.490.74150.4510013.14
Hex04322640314A9664d
Octal01034214406111222614415
Binary010000111000101100100011000110010101001011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #004322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #004322; }

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

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

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

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

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

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

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

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