#064734

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

Shades of British Racing Green #064734

Tints of British Racing Green #064734

Color information

#064734 (or 0x064734) is unknown color: approx British Racing Green. HEX triplet: 06, 47 and 34. RGB value is (6,71,52). Sum of RGB (Red+Green+Blue) = 6+71+52=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 71 (28.12% from 255 or 55.04% from 129); Blue value is 52 (20.70% from 255 or 40.31% from 129); Max value from RGB is 71 - color contains mainly: green. Hex color #064734 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064734 is #F9B8CB. Grayscale: #313131. Windows color (decimal): -16365772 or 3426054. OLE color: 3426054.

HSL color Cylindrical-coordinate representation of color #064734: hue angle of 162.46º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064734 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.72.

Color convert

RGB67152-
CMYK0.9200.270.72
HSL162.46º84.42%15.1%-
HSV(B)162.46º91.55%27.84%-
XYZ2.954.794.02-
YUV49.4129.4797.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 71 (28.12% from 255) = 55.04%
BLUE value IS 52 (20.70% from 255) = 40.31%
R=4.65%
G=55.04%
B=40.31%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal671520.9200.270.72162.4684.4215.1
Hex647345C01B48a254f
Octal61076413403311024212417
Binary1101000111110100101110001101110010001010001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064734

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064734; }

 p { color: rgb(6,71,52); }

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

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

 a { background-color: rgb(6,71,52); }

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

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

 span { border-color: rgb(6,71,52); }

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