#06442C

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

Shades of British Racing Green #06442C

Tints of British Racing Green #06442C

Color information

#06442C (or 0x06442C) is unknown color: approx British Racing Green. HEX triplet: 06, 44 and 2C. RGB value is (6,68,44). Sum of RGB (Red+Green+Blue) = 6+68+44=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 68 (26.95% from 255 or 57.63% from 118); Blue value is 44 (17.58% from 255 or 37.29% from 118); Max value from RGB is 68 - color contains mainly: green. Hex color #06442C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06442C is #F9BBD3. Grayscale: #2E2E2E. Windows color (decimal): -16366548 or 2900998. OLE color: 2900998.

HSL color Cylindrical-coordinate representation of color #06442C: hue angle of 156.77º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06442C is Cyan = 0.91, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.73.

Color convert

RGB66844-
CMYK0.9100.350.73
HSL156.77º83.78%14.51%-
HSV(B)156.77º91.18%26.67%-
XYZ2.64.353.09-
YUV46.73126.4698.95-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.08%
GREEN value IS 68 (26.95% from 255) = 57.63%
BLUE value IS 44 (17.58% from 255) = 37.29%
R=5.08%
G=57.63%
B=37.29%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal668440.9100.350.73156.7783.7814.51
Hex6442C5B023499d54f
Octal61045413304311123512417
Binary11010001001011001011011010001110010011001110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06442C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06442C; }

 p { color: rgb(6,68,44); }

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

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

 a { background-color: rgb(6,68,44); }

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

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

 span { border-color: rgb(6,68,44); }

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