#064B31

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

Shades of British Racing Green #064B31

Tints of British Racing Green #064B31

Color information

#064B31 (or 0x064B31) is unknown color: approx British Racing Green. HEX triplet: 06, 4B and 31. RGB value is (6,75,49). Sum of RGB (Red+Green+Blue) = 6+75+49=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 75 (29.69% from 255 or 57.69% from 130); Blue value is 49 (19.53% from 255 or 37.69% from 130); Max value from RGB is 75 - color contains mainly: green. Hex color #064B31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064B31 is #F9B4CE. Grayscale: #333333. Windows color (decimal): -16364751 or 3230470. OLE color: 3230470.

HSL color Cylindrical-coordinate representation of color #064B31: hue angle of 157.39º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064B31 is Cyan = 0.92, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.71.

Color convert

RGB67549-
CMYK0.9200.350.71
HSL157.39º85.19%15.88%-
HSV(B)157.39º92%29.41%-
XYZ3.155.293.76-
YUV51.4126.6495.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 75 (29.69% from 255) = 57.69%
BLUE value IS 49 (19.53% from 255) = 37.69%
R=4.62%
G=57.69%
B=37.69%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal675490.9200.350.71157.3985.1915.88
Hex64B315C023479d5510
Octal61136113404310723512520
Binary110100101111000110111000100011100011110011101101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064B31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064B31; }

 p { color: rgb(6,75,49); }

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

<style>
 a { background-color: #064B31; }

 a { background-color: rgb(6,75,49); }

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

<style>
 span { border-color: #064B31; }

 span { border-color: rgb(6,75,49); }

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