#064C1A

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

Shades of British Racing Green #064C1A

Tints of British Racing Green #064C1A

Color information

#064C1A (or 0x064C1A) is unknown color: approx British Racing Green. HEX triplet: 06, 4C and 1A. RGB value is (6,76,26). Sum of RGB (Red+Green+Blue) = 6+76+26=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 76 (30.08% from 255 or 70.37% from 108); Blue value is 26 (10.55% from 255 or 24.07% from 108); Max value from RGB is 76 - color contains mainly: green. Hex color #064C1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064C1A is #F9B3E5. Grayscale: #313131. Windows color (decimal): -16364518 or 1723398. OLE color: 1723398.

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

Color convert

RGB67626-
CMYK0.9200.660.70
HSL137.14º85.37%16.08%-
HSV(B)137.14º92.11%29.8%-
XYZ2.855.281.85-
YUV49.37114.8197.07-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 76 (30.08% from 255) = 70.37%
BLUE value IS 26 (10.55% from 255) = 24.07%
R=5.56%
G=70.37%
B=24.07%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal676260.9200.660.70137.1485.3716.08
Hex64C1A5C04246895510
Octal611432134010210621112520
Binary110100110011010101110001000010100011010001001101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,76,26); }

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

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

 a { background-color: rgb(6,76,26); }

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

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

 span { border-color: rgb(6,76,26); }

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