#063B2B

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

Shades of British Racing Green #063B2B

Tints of British Racing Green #063B2B

Color information

#063B2B (or 0x063B2B) is unknown color: approx British Racing Green. HEX triplet: 06, 3B and 2B. RGB value is (6,59,43). Sum of RGB (Red+Green+Blue) = 6+59+43=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 59 (23.44% from 255 or 54.63% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 59 - color contains mainly: green. Hex color #063B2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063B2B is #F9C4D4. Grayscale: #292929. Windows color (decimal): -16368853 or 2833158. OLE color: 2833158.

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

Color convert

RGB65943-
CMYK0.9000.270.77
HSL161.89º81.54%12.75%-
HSV(B)161.89º89.83%23.14%-
XYZ2.083.342.82-
YUV41.33128.94102.8-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 59 (23.44% from 255) = 54.63%
BLUE value IS 43 (17.19% from 255) = 39.81%
R=5.56%
G=54.63%
B=39.81%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal659430.9000.270.77161.8981.5412.75
Hex63B2B5A01B4Da252d
Octal6735313203311524212215
Binary110111011101011101101001101110011011010001010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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