#063A1A

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

Shades of British Racing Green #063A1A

Tints of British Racing Green #063A1A

Color information

#063A1A (or 0x063A1A) is unknown color: approx British Racing Green. HEX triplet: 06, 3A and 1A. RGB value is (6,58,26). Sum of RGB (Red+Green+Blue) = 6+58+26=90 (11% of max value = 765). Red value is 6 (2.73% from 255 or 6.67% from 90); Green value is 58 (23.05% from 255 or 64.44% from 90); Blue value is 26 (10.55% from 255 or 28.89% from 90); Max value from RGB is 58 - color contains mainly: green. Hex color #063A1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A1A is #F9C5E5. Grayscale: #262626. Windows color (decimal): -16369126 or 1718790. OLE color: 1718790.

HSL color Cylindrical-coordinate representation of color #063A1A: hue angle of 143.08º 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 #063A1A is Cyan = 0.90, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.77.

Color convert

RGB65826-
CMYK0.9000.550.77
HSL143.08º81.25%12.55%-
HSV(B)143.08º89.66%22.75%-
XYZ1.773.141.49-
YUV38.8120.77104.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.67%
GREEN value IS 58 (23.05% from 255) = 64.44%
BLUE value IS 26 (10.55% from 255) = 28.89%
R=6.67%
G=64.44%
B=28.89%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal658260.9000.550.77143.0881.2512.55
Hex63A1A5A0374D8f51d
Octal6723213206711521712115
Binary110111010110101011010011011110011011000111110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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