#063B27

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

Shades of British Racing Green #063B27

Tints of British Racing Green #063B27

Color information

#063B27 (or 0x063B27) is unknown color: approx British Racing Green. HEX triplet: 06, 3B and 27. RGB value is (6,59,39). Sum of RGB (Red+Green+Blue) = 6+59+39=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 59 (23.44% from 255 or 56.73% from 104); Blue value is 39 (15.62% from 255 or 37.5% from 104); Max value from RGB is 59 - color contains mainly: green. Hex color #063B27 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B27 is #F9C4D8. Grayscale: #282828. Windows color (decimal): -16368857 or 2571014. OLE color: 2571014.

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

Color convert

RGB65939-
CMYK0.9000.340.77
HSL157.36º81.54%12.75%-
HSV(B)157.36º89.83%23.14%-
XYZ2.013.312.45-
YUV40.87126.94103.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.77%
GREEN value IS 59 (23.44% from 255) = 56.73%
BLUE value IS 39 (15.62% from 255) = 37.5%
R=5.77%
G=56.73%
B=37.5%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal659390.9000.340.77157.3681.5412.75
Hex63B275A0224D9d52d
Octal6734713204211523512215
Binary1101110111001111011010010001010011011001110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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