#064C1C

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

Shades of British Racing Green #064C1C

Tints of British Racing Green #064C1C

Color information

#064C1C (or 0x064C1C) is unknown color: approx British Racing Green. HEX triplet: 06, 4C and 1C. RGB value is (6,76,28). Sum of RGB (Red+Green+Blue) = 6+76+28=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 76 (30.08% from 255 or 69.09% from 110); Blue value is 28 (11.33% from 255 or 25.45% from 110); Max value from RGB is 76 - color contains mainly: green. Hex color #064C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C1C is #F9B3E3. Grayscale: #313131. Windows color (decimal): -16364516 or 1854470. OLE color: 1854470.

HSL color Cylindrical-coordinate representation of color #064C1C: hue angle of 138.86º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064C1C is Cyan = 0.92, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.70.

Color convert

RGB67628-
CMYK0.9200.630.70
HSL138.86º85.37%16.08%-
HSV(B)138.86º92.11%29.8%-
XYZ2.875.291.97-
YUV49.6115.8196.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 76 (30.08% from 255) = 69.09%
BLUE value IS 28 (11.33% from 255) = 25.45%
R=5.45%
G=69.09%
B=25.45%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal676280.9200.630.70138.8685.3716.08
Hex64C1C5C03F468b5510
Octal61143413407710621312520
Binary11010011001110010111000111111100011010001011101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064C1C; }

 p { color: rgb(6,76,28); }

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

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

 a { background-color: rgb(6,76,28); }

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

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

 span { border-color: rgb(6,76,28); }

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