#064323

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

Shades of British Racing Green #064323

Tints of British Racing Green #064323

Color information

#064323 (or 0x064323) is unknown color: approx British Racing Green. HEX triplet: 06, 43 and 23. RGB value is (6,67,35). Sum of RGB (Red+Green+Blue) = 6+67+35=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #064323 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064323 is #F9BCDC. Grayscale: #2D2D2D. Windows color (decimal): -16366813 or 2310918. OLE color: 2310918.

HSL color Cylindrical-coordinate representation of color #064323: hue angle of 148.52º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064323 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.74.

Color convert

RGB66735-
CMYK0.9100.480.74
HSL148.52º83.56%14.31%-
HSV(B)148.52º91.04%26.27%-
XYZ2.394.172.27-
YUV45.11122.29100.1-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.56%
GREEN value IS 67 (26.56% from 255) = 62.04%
BLUE value IS 35 (14.06% from 255) = 32.41%
R=5.56%
G=62.04%
B=32.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal667350.9100.480.74148.5283.5614.31
Hex643235B0304A9554e
Octal61034313306011222512416
Binary11010000111000111011011011000010010101001010110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064323; }

 p { color: rgb(6,67,35); }

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

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

 a { background-color: rgb(6,67,35); }

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

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

 span { border-color: rgb(6,67,35); }

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