#063B20

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

Shades of British Racing Green #063B20

Tints of British Racing Green #063B20

Color information

#063B20 (or 0x063B20) is unknown color: approx British Racing Green. HEX triplet: 06, 3B and 20. RGB value is (6,59,32). Sum of RGB (Red+Green+Blue) = 6+59+32=97 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.19% from 97); Green value is 59 (23.44% from 255 or 60.82% from 97); Blue value is 32 (12.89% from 255 or 32.99% from 97); Max value from RGB is 59 - color contains mainly: green. Hex color #063B20 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B20 is #F9C4DF. Grayscale: #282828. Windows color (decimal): -16368864 or 2112262. OLE color: 2112262.

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

Color convert

RGB65932-
CMYK0.9000.460.77
HSL149.43º81.54%12.75%-
HSV(B)149.43º89.83%23.14%-
XYZ1.93.271.9-
YUV40.07123.44103.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.19%
GREEN value IS 59 (23.44% from 255) = 60.82%
BLUE value IS 32 (12.89% from 255) = 32.99%
R=6.19%
G=60.82%
B=32.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal659320.9000.460.77149.4381.5412.75
Hex63B205A02E4D9552d
Octal6734013205611522512215
Binary1101110111000001011010010111010011011001010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,59,32); }

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

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

 a { background-color: rgb(6,59,32); }

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

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

 span { border-color: rgb(6,59,32); }

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