#063A1F

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

Shades of British Racing Green #063A1F

Tints of British Racing Green #063A1F

Color information

#063A1F (or 0x063A1F) is unknown color: approx British Racing Green. HEX triplet: 06, 3A and 1F. RGB value is (6,58,31). Sum of RGB (Red+Green+Blue) = 6+58+31=95 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.32% from 95); Green value is 58 (23.05% from 255 or 61.05% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 58 - color contains mainly: green. Hex color #063A1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A1F is #F9C5E0. Grayscale: #272727. Windows color (decimal): -16369121 or 2046470. OLE color: 2046470.

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

Color convert

RGB65831-
CMYK0.9000.470.77
HSL148.85º81.25%12.55%-
HSV(B)148.85º89.66%22.75%-
XYZ1.843.161.81-
YUV39.37123.27104.2-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.32%
GREEN value IS 58 (23.05% from 255) = 61.05%
BLUE value IS 31 (12.5% from 255) = 32.63%
R=6.32%
G=61.05%
B=32.63%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal658310.9000.470.77148.8581.2512.55
Hex63A1F5A02F4D9551d
Octal6723713205711522512115
Binary110111010111111011010010111110011011001010110100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063A1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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