#06532B

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

Shades of British Racing Green #06532B

Tints of British Racing Green #06532B

Color information

#06532B (or 0x06532B) is unknown color: approx British Racing Green. HEX triplet: 06, 53 and 2B. RGB value is (6,83,43). Sum of RGB (Red+Green+Blue) = 6+83+43=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 83 (32.81% from 255 or 62.88% from 132); Blue value is 43 (17.19% from 255 or 32.58% from 132); Max value from RGB is 83 - color contains mainly: green. Hex color #06532B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06532B is #F9ACD4. Grayscale: #373737. Windows color (decimal): -16362709 or 2839302. OLE color: 2839302.

HSL color Cylindrical-coordinate representation of color #06532B: hue angle of 148.83º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06532B is Cyan = 0.93, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB68343-
CMYK0.9300.480.67
HSL148.83º86.52%17.45%-
HSV(B)148.83º92.77%32.55%-
XYZ3.66.43.33-
YUV55.42120.9992.75-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 83 (32.81% from 255) = 62.88%
BLUE value IS 43 (17.19% from 255) = 32.58%
R=4.55%
G=62.88%
B=32.58%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal683430.9300.480.67148.8386.5217.45
Hex6532B5D03043955711
Octal61235313506010322512721
Binary110101001110101110111010110000100001110010101101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06532B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06532B; }

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

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

<style>
 a { background-color: #06532B; }

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

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

<style>
 span { border-color: #06532B; }

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

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