#063A1C

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

Shades of British Racing Green #063A1C

Tints of British Racing Green #063A1C

Color information

#063A1C (or 0x063A1C) is unknown color: approx British Racing Green. HEX triplet: 06, 3A and 1C. RGB value is (6,58,28). Sum of RGB (Red+Green+Blue) = 6+58+28=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 58 (23.05% from 255 or 63.04% from 92); Blue value is 28 (11.33% from 255 or 30.43% from 92); Max value from RGB is 58 - color contains mainly: green. Hex color #063A1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A1C is #F9C5E3. Grayscale: #272727. Windows color (decimal): -16369124 or 1849862. OLE color: 1849862.

HSL color Cylindrical-coordinate representation of color #063A1C: hue angle of 145.38º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A1C is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.77.

Color convert

RGB65828-
CMYK0.9000.520.77
HSL145.38º81.25%12.55%-
HSV(B)145.38º89.66%22.75%-
XYZ1.83.151.61-
YUV39.03121.77104.44-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.52%
GREEN value IS 58 (23.05% from 255) = 63.04%
BLUE value IS 28 (11.33% from 255) = 30.43%
R=6.52%
G=63.04%
B=30.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal658280.9000.520.77145.3881.2512.55
Hex63A1C5A0344D9151d
Octal6723413206411522112115
Binary110111010111001011010011010010011011001000110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063A1C; }

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

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

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

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

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

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

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

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