#063A1B

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

Shades of British Racing Green #063A1B

Tints of British Racing Green #063A1B

Color information

#063A1B (or 0x063A1B) is unknown color: approx British Racing Green. HEX triplet: 06, 3A and 1B. RGB value is (6,58,27). Sum of RGB (Red+Green+Blue) = 6+58+27=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 58 (23.05% from 255 or 63.74% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 58 - color contains mainly: green. Hex color #063A1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A1B is #F9C5E4. Grayscale: #262626. Windows color (decimal): -16369125 or 1784326. OLE color: 1784326.

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

Color convert

RGB65827-
CMYK0.9000.530.77
HSL144.23º81.25%12.55%-
HSV(B)144.23º89.66%22.75%-
XYZ1.793.141.55-
YUV38.92121.27104.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 58 (23.05% from 255) = 63.74%
BLUE value IS 27 (10.94% from 255) = 29.67%
R=6.59%
G=63.74%
B=29.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal658270.9000.530.77144.2381.2512.55
Hex63A1B5A0354D9051d
Octal6723313206511522012115
Binary110111010110111011010011010110011011001000010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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